summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/godwrath.cc')
-rw-r--r--crawl-ref/source/godwrath.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/godwrath.cc b/crawl-ref/source/godwrath.cc
index 0e0b68bb13..42a5e63a0a 100644
--- a/crawl-ref/source/godwrath.cc
+++ b/crawl-ref/source/godwrath.cc
@@ -34,10 +34,12 @@
#include "spells4.h"
#include "spl-mis.h"
#include "stash.h"
+#include "state.h"
#include "transfor.h"
#include "shout.h"
#include "xom.h"
+#include <sstream>
static void _god_smites_you(god_type god, const char *message = NULL,
kill_method_type death_type = NUM_KILLBY);