summaryrefslogtreecommitdiff
path: root/src/q_library.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_library.cc')
-rw-r--r--src/q_library.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/q_library.cc b/src/q_library.cc
index 8cbadbfe..979fbb2f 100644
--- a/src/q_library.cc
+++ b/src/q_library.cc
@@ -1,9 +1,13 @@
#include "q_library.hpp"
-#include "quark.hpp"
+
+#include "cave_type.hpp"
#include "hooks.hpp"
#include "lua_bind.hpp"
#include "monster2.hpp"
+#include "monster_type.hpp"
#include "object2.hpp"
+#include "player_type.hpp"
+#include "quark.hpp"
#include "spells3.hpp"
#include "spells4.hpp"
#include "tables.hpp"