summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index d40a37df1a..56e85d48d7 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -73,15 +73,19 @@
#include "branch.h"
#include "cio.h"
#include "command.h"
+#include "describe.h"
#include "files.h"
#include "fight.h"
+#include "food.h"
#include "initfile.h"
+#include "it_use2.h"
#include "itemname.h"
#include "itemprop.h"
#include "items.h"
#include "macro.h"
#include "makeitem.h"
#include "menu.h"
+#include "place.h"
#include "player.h"
#include "randart.h"
#include "skills.h"