summaryrefslogtreecommitdiff
path: root/src/melee2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/melee2.cc')
-rw-r--r--src/melee2.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/melee2.cc b/src/melee2.cc
index edae671a..99486a27 100644
--- a/src/melee2.cc
+++ b/src/melee2.cc
@@ -16,6 +16,7 @@
#include "cave.hpp"
#include "cave_type.hpp"
#include "cmd1.hpp"
+#include "config.h"
#include "dungeon_flag.hpp"
#include "feature_flag.hpp"
#include "feature_type.hpp"
@@ -47,7 +48,9 @@
#include "util.hpp"
#include "variable.hpp"
#include "xtra2.hpp"
+#include "z-form.h"
#include "z-rand.hpp"
+#include "z-term.h"
#include "z-util.hpp"
#include <boost/algorithm/string/predicate.hpp>