summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/overmap.cc')
-rw-r--r--crawl-ref/source/overmap.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/overmap.cc b/crawl-ref/source/overmap.cc
index ae3155fed9..b414e4e443 100644
--- a/crawl-ref/source/overmap.cc
+++ b/crawl-ref/source/overmap.cc
@@ -28,12 +28,15 @@
#include "branch.h"
#include "dgnevent.h"
#include "direct.h"
+#include "dungeon.h"
#include "files.h"
#include "menu.h"
#include "misc.h"
#include "religion.h"
#include "shopping.h"
+#include "state.h"
#include "stuff.h"
+#include "terrain.h"
#include "view.h"
typedef std::map<branch_type, level_id> stair_map_type;