summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 1630dab32a..26289f2616 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -27,6 +27,7 @@
#include "delay.h"
#include "directn.h"
#include "dgnevent.h"
+#include "envmap.h"
#include "food.h"
#include "hiscores.h"
#include "invent.h"
@@ -62,6 +63,7 @@
#include "traps.h"
#include "tutorial.h"
#include "view.h"
+#include "viewchar.h"
#include "xom.h"
int holy_word_player(int pow, int caster, actor *attacker)