X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FMonster.cpp;h=a252e5f4e5084c2823ef8cf7019177e660be2b37;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=0088c7935856f817ebdd05015f287635c46c6be7;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/battle/Monster.cpp b/src/battle/Monster.cpp index 0088c79..a252e5f 100644 --- a/src/battle/Monster.cpp +++ b/src/battle/Monster.cpp @@ -5,6 +5,7 @@ #include "../graphics/Sprite.h" #include "../loader/Interpreter.h" #include "../loader/TypeDescription.h" +#include "../math/Vector.h" using common::Stats; using graphics::Animation;