summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-08-23 01:57:16 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-08-26 13:20:53 +0200
commit2dfbc2c440f6ce3efd2ae5fdafdf311015b07079 (patch)
tree316ac12828375d1f3ecd9e0feb9990f36db93a09 /crawl-ref/source/dungeon.h
parentc1fbd6fca26203ea64b592e144151d560628983f (diff)
downloadcrawl-ref-2dfbc2c440f6ce3efd2ae5fdafdf311015b07079.tar.gz
crawl-ref-2dfbc2c440f6ce3efd2ae5fdafdf311015b07079.zip
Don't use internal data of mon-pick from the outside.
Diffstat (limited to 'crawl-ref/source/dungeon.h')
-rw-r--r--crawl-ref/source/dungeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/dungeon.h b/crawl-ref/source/dungeon.h
index 2ba3b4e893..899b7954fb 100644
--- a/crawl-ref/source/dungeon.h
+++ b/crawl-ref/source/dungeon.h
@@ -14,6 +14,7 @@
#include "terrain.h"
#include "stuff.h"
#include "mapdef.h"
+#include "mon-pick.h"
#include <vector>
#include <set>