summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-13 20:01:09 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-13 20:01:09 +0100
commit3fe33bab4430f78be23ecb9e2543b86651d834c2 (patch)
tree326c71a1f2fcd22b3c0e49ebdd065bb9cd580ace /crawl-ref/source/traps.cc
parent6434f5435b8f6864c6005efc746799293099bc57 (diff)
downloadcrawl-ref-3fe33bab4430f78be23ecb9e2543b86651d834c2.tar.gz
crawl-ref-3fe33bab4430f78be23ecb9e2543b86651d834c2.zip
Add missing include to fix my previous commit.
Diffstat (limited to 'crawl-ref/source/traps.cc')
-rw-r--r--crawl-ref/source/traps.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/traps.cc b/crawl-ref/source/traps.cc
index eebdd09865..cd57cc0b81 100644
--- a/crawl-ref/source/traps.cc
+++ b/crawl-ref/source/traps.cc
@@ -29,6 +29,7 @@
#include "mon-util.h"
#include "mon-stuff.h"
#include "mon-transit.h"
+#include "options.h"
#include "ouch.h"
#include "player.h"
#include "skills.h"