aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/wtf/PageAllocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/masm/wtf/PageAllocation.h')
-rw-r--r--src/3rdparty/masm/wtf/PageAllocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/masm/wtf/PageAllocation.h b/src/3rdparty/masm/wtf/PageAllocation.h
index db4e230e03..4345d05c5a 100644
--- a/src/3rdparty/masm/wtf/PageAllocation.h
+++ b/src/3rdparty/masm/wtf/PageAllocation.h
@@ -40,7 +40,7 @@
#if OS(WINDOWS)
#include <malloc.h>
-#include <windows.h>
+#include <qt_windows.h>
#endif
#if HAVE(ERRNO_H)