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://de.git.xonotic.org/?a=commitdiff_plain;ds=inline;h=35680f96d57400576d1e3996f2e8064e97e71ec9;hp=d4500cb5d9f8760e3decea477d1bb64e2bc2d73a;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)