summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-death.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-death.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-death.cc')
-rw-r--r--crawl-ref/source/mon-death.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-death.cc b/crawl-ref/source/mon-death.cc
index 3080ff8e62..0d7c80cf7f 100644
--- a/crawl-ref/source/mon-death.cc
+++ b/crawl-ref/source/mon-death.cc
@@ -13,6 +13,7 @@
#include "artefact.h"
#include "attitude-change.h"
#include "beam.h"
+#include "butcher.h"
#include "cluautil.h"
#include "cloud.h"
#include "coordit.h"