summaryrefslogtreecommitdiff
path: root/src/dirs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dirs.cpp')
-rw-r--r--src/dirs.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/dirs.cpp b/src/dirs.cpp
index 94067420b..ecbd65ece 100644
--- a/src/dirs.cpp
+++ b/src/dirs.cpp
@@ -38,6 +38,12 @@
#include "resources/resourcemanager.h"
+#ifdef ANDROID
+#ifdef USE_SDL2
+#include "render/graphics.h"
+#endif
+#endif
+
#ifdef __APPLE__
#include <CoreFoundation/CFBundle.h>
#endif
@@ -57,7 +63,6 @@
#ifdef ANDROID
#ifdef USE_SDL2
-#include "render/graphics.h"
int loadingProgressCounter = 1;