summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-other.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/spl-other.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/spl-other.cc')
-rw-r--r--crawl-ref/source/spl-other.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-other.cc b/crawl-ref/source/spl-other.cc
index 03d94bf075..e5c37b8633 100644
--- a/crawl-ref/source/spl-other.cc
+++ b/crawl-ref/source/spl-other.cc
@@ -29,6 +29,7 @@
#include "player-stats.h"
#include "potion.h"
#include "religion.h"
+#include "rot.h"
#include "spl-util.h"
#include "stuff.h"
#include "terrain.h"