summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-04-07 12:18:20 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-04-07 12:21:58 -0500
commit937ef5271fc9c34118c23f83feddc2f5fac572b2 (patch)
tree9e84baf37a047341e9d9e342ad57e4aaccd2552a /crawl-ref/source/hints.cc
parente35754ec9ce188bfeff1af9b59697e2106cf528e (diff)
downloadcrawl-ref-937ef5271fc9c34118c23f83feddc2f5fac572b2.tar.gz
crawl-ref-937ef5271fc9c34118c23f83feddc2f5fac572b2.zip
Fix a warning by adding a missing prototype (and related includes).
Diffstat (limited to 'crawl-ref/source/hints.cc')
-rw-r--r--crawl-ref/source/hints.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/hints.cc b/crawl-ref/source/hints.cc
index 43b3fcc403..fabdc5035e 100644
--- a/crawl-ref/source/hints.cc
+++ b/crawl-ref/source/hints.cc
@@ -58,6 +58,7 @@
#include "view.h"
#include "viewchar.h"
#include "viewgeom.h"
+#include "viewmap.h"
static species_type _get_hints_species(unsigned int type);
static job_type _get_hints_job(unsigned int type);