Index: src/platform.h |
diff --git a/src/platform.h b/src/platform.h |
index d131d7d29f509e758b2b7934f1317b1bb6c2ffa6..2d5101d985e3e4fe9a84b5172120481daf9d185b 100644 |
--- a/src/platform.h |
+++ b/src/platform.h |
@@ -43,7 +43,7 @@ int signbit(double x); |
// Microsoft Visual C++ specific stuff. |
#if V8_LIBC_MSVCRT |
-#include "src/win32-headers.h" |
+#include "src/base/win32-headers.h" |
#include "src/win32-math.h" |
int strncasecmp(const char* s1, const char* s2, int n); |