From 35680f96d57400576d1e3996f2e8064e97e71ec9 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 20 Apr 2011 17:57:26 +0200 Subject: [PATCH] add the #include here too --- radiant/mainframe.cpp | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.2