X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHero.cpp;h=d09b824d4961f5edb5fc397ec90740de8eae86dd;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=7dd8abb26d453d40277cee55307eed744a8665e0;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/battle/Hero.cpp b/src/battle/Hero.cpp index 7dd8abb..d09b824 100644 --- a/src/battle/Hero.cpp +++ b/src/battle/Hero.cpp @@ -5,6 +5,7 @@ #include "../common/Ikari.h" #include "../common/Item.h" #include "../common/Spell.h" +#include "../math/Vector.h" using common::Ikari; using common::Spell;