summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-27 03:28:16 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-10-27 03:28:34 +0100
commitc9b7a93349b9215c94dd48f4e51023f4047cd820 (patch)
tree72c37509f490312aa3c92c012e45b83314b9dc9e /crawl-ref/source/state.cc
parentacaa14cd0e82de32f1a8f76e54405023eb0b1973 (diff)
downloadcrawl-ref-c9b7a93349b9215c94dd48f4e51023f4047cd820.tar.gz
crawl-ref-c9b7a93349b9215c94dd48f4e51023f4047cd820.zip
Fix missing include (caught by BuildBot).
Diffstat (limited to 'crawl-ref/source/state.cc')
-rw-r--r--crawl-ref/source/state.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc
index e32bfa7534..c13c2321e9 100644
--- a/crawl-ref/source/state.cc
+++ b/crawl-ref/source/state.cc
@@ -10,6 +10,7 @@
#include "delay.h"
#include "directn.h"
+#include "exclude.h"
#include "los.h"
#include "macro.h"
#include "misc.h"