summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/v8/src/v8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/v8/src/v8.h')
-rw-r--r--src/3rdparty/v8/src/v8.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/v8/src/v8.h b/src/3rdparty/v8/src/v8.h
index 67716d8..201cdf2 100644
--- a/src/3rdparty/v8/src/v8.h
+++ b/src/3rdparty/v8/src/v8.h
@@ -48,6 +48,11 @@
#error both DEBUG and NDEBUG are set
#endif
+// For Windows CE, Windows headers need to be included first as they define ASSERT
+#ifdef _WIN32_WCE
+# include "win32-headers.h"
+#endif
+
// Basic includes
#include "../include/v8.h"
#include "v8globals.h"