summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index a960a4b778..ee7893204a 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -49,6 +49,7 @@
#include "item_use.h"
#include "items.h"
#include "makeitem.h"
+#include "message.h"
#include "misc.h"
#include "monplace.h"
#include "monstuff.h"
@@ -65,7 +66,10 @@
#include "spells3.h"
#include "spl-book.h"
#include "spl-cast.h"
+#include "spl-util.h"
+#include "state.h"
#include "stuff.h"
+#include "terrain.h"
#include "tutorial.h"
#include "view.h"