OSDN Git Service

[Fix] include漏れを修正
authordis- <dis.rogue@gmail.com>
Tue, 19 Jan 2021 15:47:14 +0000 (00:47 +0900)
committerdis- <dis.rogue@gmail.com>
Tue, 19 Jan 2021 15:47:14 +0000 (00:47 +0900)
src/mind/mind-ninja.c
src/monster/monster-processor.c

index 8969b7b..3b66d9f 100644 (file)
@@ -27,6 +27,7 @@
 #include "object/object-kind-hook.h"
 #include "player/attack-defense-types.h"
 #include "player/special-defense-types.h"
+#include "player/player-status-flags.h"
 #include "spell-kind/spells-detection.h"
 #include "spell-kind/spells-fetcher.h"
 #include "spell-kind/spells-floor.h"
index 6f83f35..1bb6291 100644 (file)
@@ -54,6 +54,7 @@
 #include "pet/pet-fall-off.h"
 #include "player-info/avatar.h"
 #include "player/player-skill.h"
+#include "player/player-status-flags.h"
 #include "player/player-move.h"
 #include "player/special-defense-types.h"
 #include "spell-realm/spells-hex.h"