diff --git a/src/win32-headers.h b/src/win32-headers.h index 0ee330668a..92cee55c28 100644 --- a/src/win32-headers.h +++ b/src/win32-headers.h @@ -67,6 +67,7 @@ #ifndef __MINGW32__ #include // For SymLoadModule64 and al. #include // For STRUNCATE +#include #endif // __MINGW32__ #include // For INT_MAX and al. #include // For Module32First and al. @@ -75,7 +76,6 @@ // makes it impossible to have them elsewhere. #include #include -#include #include // for _beginthreadex() #include #endif // V8_WIN32_HEADERS_FULL