summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 367b023fda..2dc68b3471 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -36,6 +36,7 @@
#include "externs.h"
+#include "beam.h"
#include "branch.h"
#include "cio.h"
#include "decks.h"
@@ -45,6 +46,7 @@
#include "dungeon.h"
#include "fight.h"
#include "files.h"
+#include "food.h"
#include "invent.h"
#include "it_use2.h"
#include "itemname.h"
@@ -59,6 +61,7 @@
#include "makeitem.h"
#include "mapdef.h"
#include "maps.h"
+#include "message.h"
#include "misc.h"
#include "monplace.h"
#include "monspeak.h"
@@ -66,6 +69,7 @@
#include "mon-util.h"
#include "mutation.h"
#include "ouch.h"
+#include "place.h"
#include "player.h"
#include "randart.h"
#include "religion.h"
@@ -74,6 +78,8 @@
#include "spl-cast.h"
#include "spl-util.h"
#include "stuff.h"
+#include "terrain.h"
+#include "traps.h"
#include "travel.h"
#include "version.h"
#include "view.h"