Explorar el Código

Follow up to be3d5fe
* Fixes a compile warning.

aleos89 hace 9 años
padre
commit
598def8544
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/map/skill.h

+ 1 - 0
src/map/skill.h

@@ -7,6 +7,7 @@
 #include "../common/mmo.h" // MAX_SKILL, struct square
 #include "../common/db.h"
 #include "map.h" // struct block_list
+#include "battle.h" // enum damage_lv
 struct map_session_data;
 struct homun_data;
 struct skill_unit;