summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 4f5600ffff..9a46a60065 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -11,6 +11,10 @@
#include "externs.h"
#include "makeitem.h"
+#include "decks.h"
+#include "describe.h"
+#include "food.h"
+#include "it_use2.h"
#include "itemname.h"
#include "itemprop.h"
#include "items.h"