summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index e4ed388ab1..05bd1b9fdd 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -20,6 +20,7 @@
#include "chardump.h"
#include "cloud.h"
#include "colour.h"
+#include "coord.h"
#include "coordit.h"
#include "defines.h"
#include "effects.h"
@@ -45,6 +46,7 @@
#include "misc.h"
#include "mon-util.h"
#include "mon-place.h"
+#include "mgen_data.h"
#include "mon-pathfind.h"
#include "notes.h"
#include "place.h"