summaryrefslogtreecommitdiff
path: root/src/utils/physfstools.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-18 01:06:34 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-18 01:06:34 +0300
commit845ff2f18c34c76982755c756214daa982b7eb1f (patch)
tree2b35f2e890393aaf13d119cb076d374f34922bf1 /src/utils/physfstools.cpp
parenta7389fb365e2d66e4b5e6c14ff9bd78e4f663b40 (diff)
downloadplus-845ff2f18c34c76982755c756214daa982b7eb1f.tar.gz
plus-845ff2f18c34c76982755c756214daa982b7eb1f.tar.bz2
plus-845ff2f18c34c76982755c756214daa982b7eb1f.tar.xz
plus-845ff2f18c34c76982755c756214daa982b7eb1f.zip
fix compilation without C++11 flags.
Diffstat (limited to 'src/utils/physfstools.cpp')
-rw-r--r--src/utils/physfstools.cpp2
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