From c2035f0477ee6fb25d38eb5bd81c7705039f5be3 Mon Sep 17 00:00:00 2001 From: aleos89 Date: Mon, 27 Jun 2016 14:33:22 -0400 Subject: [PATCH] Follow up to 82af619 * Resolved a compile error. --- src/map/battle.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/battle.h b/src/map/battle.h index 2d5c48d263..9ae6a7ba5a 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -6,6 +6,7 @@ #include "../common/mmo.h" #include "../config/core.h" +#include "clif.h" // e_damage_type #include "map.h" //ELE_MAX /// State of a single attack attempt; used in flee/def penalty calculations when mobbed