From e6be821ca4c0c5a88de7d1f8572fbcc8589f6f19 Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Tue, 10 Jan 2012 08:17:08 +0000 Subject: [PATCH] Fixing minGW build. BUG= TEST= Review URL: http://codereview.chromium.org/9149001 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10357 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/win32-headers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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