summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-01 21:58:07 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-01 23:24:48 -0700
commitd20dde44ce56c0dfcf7ade7f691b479748ebcafe (patch)
tree9a4532191645b68ee7a6b0885735f811bbcd4721 /crawl-ref/source/items.cc
parentfc78f0c065fcd4d19bddc74daaf1d70cc5c68792 (diff)
downloadcrawl-ref-d20dde44ce56c0dfcf7ade7f691b479748ebcafe.tar.gz
crawl-ref-d20dde44ce56c0dfcf7ade7f691b479748ebcafe.zip
Move blood rotting into a new file
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index a1b19fa542..008d2c3d04 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -56,6 +56,7 @@
#include "player-equip.h"
#include "quiver.h"
#include "religion.h"
+#include "rot.h"
#include "shopping.h"
#include "showsymb.h"
#include "spl-book.h"