summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-labyrinth.cc
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-04-06 17:44:00 -0400
committerSamuel Bronson <naesten@gmail.com>2013-04-06 18:10:55 -0400
commite8de7e4a1caf40e6c3ba2c606c2292d56d3215c6 (patch)
tree9e619dfe1599b55464ac736d5dee8e3128a1f9bf /crawl-ref/source/dgn-labyrinth.cc
parentae9976d8119c532d90ef5a658dc9156f427854b6 (diff)
downloadcrawl-ref-e8de7e4a1caf40e6c3ba2c606c2292d56d3215c6.tar.gz
crawl-ref-e8de7e4a1caf40e6c3ba2c606c2292d56d3215c6.zip
Correct missing #include "foo.h" from foo.cc
(Also had to fix a prototype in ctest.h)
Diffstat (limited to 'crawl-ref/source/dgn-labyrinth.cc')
-rw-r--r--crawl-ref/source/dgn-labyrinth.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/dgn-labyrinth.cc b/crawl-ref/source/dgn-labyrinth.cc
index 8f94b087be..cba0080f0c 100644
--- a/crawl-ref/source/dgn-labyrinth.cc
+++ b/crawl-ref/source/dgn-labyrinth.cc
@@ -5,6 +5,8 @@
#include "AppHdr.h"
+#include "dgn-labyrinth.h"
+
#include "coordit.h"
#include "dungeon.h"
#include "items.h"