summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 7287a9694c..66d30c6629 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -48,7 +48,10 @@
#include "religion.h"
#include "stuff.h"
#include "teleport.h"
+#ifdef USE_TILE
#include "tiles.h"
+#include "tiledef-main.h"
+#endif
#include "terrain.h"
#include "traps.h"
#include "view.h"