Browse Source

Now that Duktape isn't dragging in windows.h, include it in player mode for IPC

JoshEngebretson 10 years ago
parent
commit
793e7c3257
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Source/AtomicEditor/PlayerMode/AEPlayerMode.cpp

+ 4 - 0
Source/AtomicEditor/PlayerMode/AEPlayerMode.cpp

@@ -23,6 +23,10 @@
 
 #include "AEPlayerMode.h"
 
+#ifdef ATOMIC_PLATFORM_WINDOWS
+#include <windows.h>
+#endif
+
 namespace AtomicEditor
 {