summaryrefslogtreecommitdiff
path: root/src/q_thief.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_thief.cc')
-rw-r--r--src/q_thief.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/q_thief.cc b/src/q_thief.cc
index 2560e9fd..5019d9d5 100644
--- a/src/q_thief.cc
+++ b/src/q_thief.cc
@@ -1,11 +1,17 @@
#include "q_thief.hpp"
#include "cave.hpp"
+#include "cave_type.hpp"
+#include "hook_quest_finish_in.hpp"
#include "hooks.hpp"
#include "init1.hpp"
#include "monster2.hpp"
+#include "monster_type.hpp"
#include "object1.hpp"
#include "object2.hpp"
+#include "object_type.hpp"
+#include "player_type.hpp"
+#include "skill_type.hpp"
#include "spells2.hpp"
#include "tables.hpp"
#include "util.hpp"