From: Rudolf Polzer Date: Wed, 20 Apr 2011 15:57:26 +0000 (+0200) Subject: add the #include here too X-Git-Tag: xonotic-v0.5.0~33 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=35680f96d57400576d1e3996f2e8064e97e71ec9;p=xonotic%2Fnetradiant.git add the #include here too --- diff --git a/radiant/mainframe.cpp b/radiant/mainframe.cpp index 85aaaee7..a91157be 100644 --- a/radiant/mainframe.cpp +++ b/radiant/mainframe.cpp @@ -184,6 +184,9 @@ void VFS_Destroy() // Home Paths +#ifdef WIN32 +#include +#endif void HomePaths_Realise() { #if defined(POSIX)