Windows compile fix when compiling without WMI support

This commit is contained in:
Alexander Bock
2017-02-24 17:08:50 +01:00
parent 8665cbe957
commit 5db26ad44b

View File

@@ -80,7 +80,7 @@
#endif
#ifdef WIN32
#include <WinBase.h>
#include <Windows.h>
#endif
#include "openspaceengine_lua.inl"