]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
add the #include here too
authorRudolf Polzer <divverent@alientrap.org>
Wed, 20 Apr 2011 15:57:26 +0000 (17:57 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 20 Apr 2011 15:57:26 +0000 (17:57 +0200)
radiant/mainframe.cpp

index 85aaaee75b0c1487ac85b53d0d3d02827b080ffb..a91157bee2e9d1cb74765b406e4c3754d0433406 100644 (file)
@@ -184,6 +184,9 @@ void VFS_Destroy()
 
 // Home Paths
 
+#ifdef WIN32
+#include <shlobj.h>
+#endif
 void HomePaths_Realise()
 {
 #if defined(POSIX)