summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-mon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/wiz-mon.cc')
-rw-r--r--crawl-ref/source/wiz-mon.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/wiz-mon.cc b/crawl-ref/source/wiz-mon.cc
index a7ba5fa190..d7270d082a 100644
--- a/crawl-ref/source/wiz-mon.cc
+++ b/crawl-ref/source/wiz-mon.cc
@@ -12,6 +12,7 @@
#include "colour.h"
#include "dbg-util.h"
#include "delay.h"
+#include "dungeon.h"
#include "files.h"
#include "ghost.h"
#include "goditem.h"
@@ -22,6 +23,10 @@
#include "map_knowledge.h"
#include "message.h"
#include "mon-place.h"
+#include "terrain.h"
+#include "mgen_data.h"
+#include "coord.h"
+#include "mapdef.h"
#include "mon-pathfind.h"
#include "mon-speak.h"
#include "mon-stuff.h"