summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/sprint.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/sprint.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/sprint.cc')
-rw-r--r--crawl-ref/source/sprint.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/sprint.cc b/crawl-ref/source/sprint.cc
index edee44cb8a..8f1234f089 100644
--- a/crawl-ref/source/sprint.cc
+++ b/crawl-ref/source/sprint.cc
@@ -1,5 +1,7 @@
#include "AppHdr.h"
+#include "sprint.h"
+
#include "externs.h"
#include "maps.h"
#include "mon-util.h"