From cbfac4f225fec3db55a726cad6c6446f39d9c988 Mon Sep 17 00:00:00 2001 From: divverent Date: Wed, 8 Apr 2009 16:44:15 +0000 Subject: [PATCH] include windows.h git-svn-id: svn://svn.icculus.org/netradiant/trunk@312 61c419a2-8eb2-4b30-bcec-8cead039b335 --- radiant/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/radiant/main.cpp b/radiant/main.cpp index 03f186c..15baa3c 100644 --- a/radiant/main.cpp +++ b/radiant/main.cpp @@ -89,6 +89,10 @@ DefaultAllocator - Memory allocation using new/delete, compliant with std::alloc #include "referencecache.h" #include "stacktrace.h" +#ifdef WIN32 +#include +#endif + void show_splash(); void hide_splash(); -- 2.39.2