OSDN Git Service

[Fix] #929 Resolved the issue that English version wasn't compiled correctly
authorHourier <grapefox.whitelucifer.0408@gmail.com>
Thu, 5 Aug 2021 11:46:27 +0000 (20:46 +0900)
committerHourier <grapefox.whitelucifer.0408@gmail.com>
Sun, 8 Aug 2021 12:19:29 +0000 (21:19 +0900)
src/monster/monster-damage.cpp
src/monster/monster-status.cpp

index 421e75c..814120e 100644 (file)
@@ -4,6 +4,8 @@
  * @author Hourier
  */
 
+#include <algorithm>
+
 #include "monster/monster-damage.h"
 #include "avatar/avatar-changer.h"
 #include "core/player-redraw-types.h"
 #include "util/bit-flags-calculator.h"
 #include "view/display-messages.h"
 #include "world/world.h"
-#include <algorithm>
+
+#if JP
+#else
+#include "io/files-util.h"
+#endif
 
 /*
  * @brief コンストラクタ
index dc53881..e0dfd7f 100644 (file)
 #include "view/display-messages.h"
 #include "world/world.h"
 
+#if JP
+#else
+#include "monster/monster-description-types.h"
+#endif
+
 static u32b csleep_noise;
 
 /*!