summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-act.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-act.cc')
-rw-r--r--crawl-ref/source/mon-act.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-act.cc b/crawl-ref/source/mon-act.cc
index c580992fc0..4e866cec38 100644
--- a/crawl-ref/source/mon-act.cc
+++ b/crawl-ref/source/mon-act.cc
@@ -33,6 +33,8 @@
#include "mon-cast.h"
#include "mon-iter.h"
#include "mon-place.h"
+#include "mgen_data.h"
+#include "coord.h"
#include "mon-stuff.h"
#include "mutation.h"
#include "notes.h"
@@ -42,6 +44,7 @@
#include "religion.h"
#include "shopping.h" // for item values
#include "state.h"
+#include "stuff.h"
#include "terrain.h"
#include "traps.h"
#include "tutorial.h"