Browse Source

Try to fix the windows build. Try 3

Panagiotis Christopoulos Charitos 6 years ago
parent
commit
90d26ec2d1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/anki/gr/vulkan/GrManagerImplSdl.cpp

+ 2 - 1
src/anki/gr/vulkan/GrManagerImplSdl.cpp

@@ -13,8 +13,9 @@
 #	include <X11/Xlib-xcb.h>
 #	include <X11/Xlib-xcb.h>
 #elif ANKI_OS == ANKI_OS_WINDOWS
 #elif ANKI_OS == ANKI_OS_WINDOWS
 #	include <Winuser.h>
 #	include <Winuser.h>
+#	include <anki/util/CleanupWindows.h>
 #else
 #else
-#	error TODO
+#	error Not supported
 #endif
 #endif
 
 
 namespace anki
 namespace anki