summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 87f3984fb5..b05bbde518 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -75,7 +75,10 @@
#include "state.h"
#include "stuff.h"
#include "tags.h"
+#ifdef USE_TILE
#include "tiles.h"
+#include "tiledef-player.h"
+#endif
#include "terrain.h"
#include "travel.h"
#include "tutorial.h"