diff options
-rw-r--r-- | src/utils/physfstools.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/physfstools.cpp b/src/utils/physfstools.cpp index 0a6756a78..38f3a408f 100644 --- a/src/utils/physfstools.cpp +++ b/src/utils/physfstools.cpp @@ -20,6 +20,8 @@ #include "utils/physfstools.h" +#include "localconsts.h" + const char *dirSeparator = nullptr; namespace PhysFs |