X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fmain.cpp;h=15baa3c048323a3fbee78992a77bb543d96138d1;hb=a94abb3026f92fc3fb356126ac28c854cc7bfa8a;hp=03f186cb7ed67e264b62c309d632dfaf1031b6d7;hpb=4bff5a2e20ac51e0cc7feb8e03a0b2885395b8f9;p=xonotic%2Fnetradiant.git diff --git a/radiant/main.cpp b/radiant/main.cpp index 03f186cb..15baa3c0 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();