From: yangguo@chromium.org Date: Tue, 10 Jan 2012 08:37:45 +0000 (+0000) Subject: Fixing windows builds. X-Git-Tag: upstream/4.7.83~17642 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=842d8b9108e638e35e0e47cd1416606f5678b224;p=platform%2Fupstream%2Fv8.git Fixing windows builds. Review URL: http://codereview.chromium.org/9169007 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10358 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/win32-headers.h b/src/win32-headers.h index 92cee55c2..ca1b1d8b8 100644 --- a/src/win32-headers.h +++ b/src/win32-headers.h @@ -67,7 +67,6 @@ #ifndef __MINGW32__ #include // For SymLoadModule64 and al. #include // For STRUNCATE -#include #endif // __MINGW32__ #include // For INT_MAX and al. #include // For Module32First and al. @@ -76,6 +75,9 @@ // makes it impossible to have them elsewhere. #include #include +#ifndef __MINGW32__ +#include +#endif // __MINGW32__ #include // for _beginthreadex() #include #endif // V8_WIN32_HEADERS_FULL