summaryrefslogtreecommitdiff
path: root/src/melee2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/melee2.cc')
-rw-r--r--src/melee2.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/melee2.cc b/src/melee2.cc
index dd349f39..638b7151 100644
--- a/src/melee2.cc
+++ b/src/melee2.cc
@@ -11,12 +11,14 @@
* to improve the general quality of the AI (version 0.1.1).
*/
-#include "angband.h"
+#include "melee2.hpp"
+#include "angband.h"
#include "cave.hpp"
#include "cmd1.hpp"
#include "files.hpp"
#include "hooks.h"
+#include "melee1.hpp"
#include "messages.h"
#include "monster2.hpp"
#include "monster3.hpp"