X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHero.cpp;h=d09b824d4961f5edb5fc397ec90740de8eae86dd;hb=ab063a95735fdb90e7c610015e9155283ba5eca6;hp=7dd8abb26d453d40277cee55307eed744a8665e0;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;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;