summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 700bfc2c0c..0ad0b91951 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -206,10 +206,6 @@
#error Missing platform #define or unsupported compiler.
#endif
-#ifdef USE_TILE
- #include "libgui.h"
-#endif
-
// =========================================================================
// Defines for dgamelaunch-specific things.
// =========================================================================
@@ -317,6 +313,12 @@
#endif
#endif
+
+#ifdef USE_TILE
+ #include "libgui.h"
+ #include "tilesdl.h"
+#endif
+
// =========================================================================
// Lua user scripts (NOTE: this may also be enabled in your makefile!)
// =========================================================================