summaryrefslogtreecommitdiff
path: root/src/monster3.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster3.hpp')
-rw-r--r--src/monster3.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/monster3.hpp b/src/monster3.hpp
index 394c5c1d..7cf8ccd0 100644
--- a/src/monster3.hpp
+++ b/src/monster3.hpp
@@ -1,6 +1,7 @@
#pragma once
-#include "angband.h"
+#include "h-basic.h"
+#include "monster_type_fwd.hpp"
extern void dump_companions(FILE *outfile);
extern void do_cmd_companion(void);