summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-27 22:58:57 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-27 22:58:57 -0700
commit47e5704136cf30ca9b2dd5d556bc5bddc3a7ada3 (patch)
tree12e59d90469668efbba7198b2ffd3e757eaa9885 /crawl-ref/source/files.cc
parentd60393247bf21b88a7ab7f02af329e43fb6ba21a (diff)
downloadcrawl-ref-47e5704136cf30ca9b2dd5d556bc5bddc3a7ada3.tar.gz
crawl-ref-47e5704136cf30ca9b2dd5d556bc5bddc3a7ada3.zip
Create prompt.cc
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 2518a70859..99517a5397 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -72,6 +72,7 @@
#include "output.h"
#include "place.h"
#include "player.h"
+#include "prompt.h"
#include "random.h"
#include "show.h"
#include "shopping.h"