summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-place.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-place.cc')
-rw-r--r--crawl-ref/source/mon-place.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-place.cc b/crawl-ref/source/mon-place.cc
index e03177d26d..6070ea0ee7 100644
--- a/crawl-ref/source/mon-place.cc
+++ b/crawl-ref/source/mon-place.cc
@@ -12,7 +12,8 @@
#include "arena.h"
#include "branch.h"
-#include "directn.h" // for the Compass
+#include "coordit.h"
+#include "directn.h"
#include "fprop.h"
#include "externs.h"
#include "options.h"