From ce08e67ca1d83e4413a0eec3fd034b2a59a4b376 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 2 Nov 2013 13:34:11 +0300 Subject: fix compilation on Android. --- src/utils/physfstools.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/utils/physfstools.cpp b/src/utils/physfstools.cpp index 36131759b..325f7cddc 100644 --- a/src/utils/physfstools.cpp +++ b/src/utils/physfstools.cpp @@ -23,6 +23,10 @@ #include #include +#ifdef ANDROID +#include "utils/paths.h" +#endif + #include "localconsts.h" const char *dirSeparator = nullptr; -- cgit v1.2.3-60-g2f50