summaryrefslogtreecommitdiff
path: root/src/cmd5.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:40 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:40 +0100
commitd379c47aaec011921c1d09140ee1098a7053b5b6 (patch)
tree344e21109d3deff09b38937d5e355c18ef25ba8c /src/cmd5.cc
parent85f1b7d97f1612c70edd774bfd9cf8b75c0b6c39 (diff)
Split monster2.cc declarations into separate header
Diffstat (limited to 'src/cmd5.cc')
-rw-r--r--src/cmd5.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd5.cc b/src/cmd5.cc
index b61231e0..15f80218 100644
--- a/src/cmd5.cc
+++ b/src/cmd5.cc
@@ -12,6 +12,7 @@
#include "birth.hpp"
#include "cave.hpp"
#include "corrupt.hpp"
+#include "monster2.hpp"
#include "skills.hpp"
#include "spell_type.hpp"
#include "spells1.hpp"