Просмотр исходного кода

Follow up to be3d5fe
* Fixes a compile warning.

aleos89 9 лет назад
Родитель
Сommit
598def8544
1 измененных файлов с 1 добавлено и 0 удалено
  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;