浏览代码

Try to fix the windows build. Try 3

Panagiotis Christopoulos Charitos 6 年之前
父节点
当前提交
90d26ec2d1
共有 1 个文件被更改,包括 2 次插入1 次删除
  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>
 #elif ANKI_OS == ANKI_OS_WINDOWS
 #	include <Winuser.h>
+#	include <anki/util/CleanupWindows.h>
 #else
-#	error TODO
+#	error Not supported
 #endif
 
 namespace anki