Browse Source

Potentially fix a compile error.

--HG--
branch : minor
Alex Szpakowski 5 years ago
parent
commit
d4a1247ca3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/modules/filesystem/physfs/Filesystem.cpp

+ 1 - 0
src/modules/filesystem/physfs/Filesystem.cpp

@@ -39,6 +39,7 @@
 #	include <direct.h>
 #	include <initguid.h>
 #	include <Shlobj.h>
+#	include <Knownfolders.h>
 #else
 #	include <sys/param.h>
 #	include <unistd.h>