]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
include windows.h
authordivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Wed, 8 Apr 2009 16:44:15 +0000 (16:44 +0000)
committerdivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Wed, 8 Apr 2009 16:44:15 +0000 (16:44 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@312 61c419a2-8eb2-4b30-bcec-8cead039b335

radiant/main.cpp

index 03f186cb7ed67e264b62c309d632dfaf1031b6d7..15baa3c048323a3fbee78992a77bb543d96138d1 100644 (file)
@@ -89,6 +89,10 @@ DefaultAllocator - Memory allocation using new/delete, compliant with std::alloc
 #include "referencecache.h"
 #include "stacktrace.h"
 
+#ifdef WIN32
+#include <windows.h>
+#endif
+
 void show_splash();
 void hide_splash();