diff --git a/port/mmap.h b/port/mmap.h index 720b670886..7342a13f96 100644 --- a/port/mmap.h +++ b/port/mmap.h @@ -6,8 +6,8 @@ #pragma once #ifdef OS_WIN -#include -// ^^^ Must come first +#include "port/win/port_win.h" +// ^^^ For proper/safe inclusion of windows.h. Must come first. #include #else #include