summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-act.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-01 23:02:29 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-01 23:24:51 -0700
commit22f25ab0e848bb3f03d7bd4c0331fda178b879c3 (patch)
treea3e9023d6803619e7763bbbabde03b488a1b788d /crawl-ref/source/mon-act.cc
parentd20dde44ce56c0dfcf7ade7f691b479748ebcafe (diff)
downloadcrawl-ref-22f25ab0e848bb3f03d7bd4c0331fda178b879c3.tar.gz
crawl-ref-22f25ab0e848bb3f03d7bd4c0331fda178b879c3.zip
Split butchering/bottling into a new file
Diffstat (limited to 'crawl-ref/source/mon-act.cc')
-rw-r--r--crawl-ref/source/mon-act.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-act.cc b/crawl-ref/source/mon-act.cc
index 588e118004..5c305545e4 100644
--- a/crawl-ref/source/mon-act.cc
+++ b/crawl-ref/source/mon-act.cc
@@ -12,6 +12,7 @@
#include "artefact.h"
#include "attitude-change.h"
#include "beam.h"
+#include "butcher.h"
#include "cloud.h"
#include "coordit.h"
#include "dbg-scan.h"