X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSelectSpell.cpp;h=ae7f278a232c7d25d48929a3c8f845dc8dee8b54;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=8c0c4da5687110eb1cf3ae574a2e0bf2ccc5ee64;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/battle/states/SelectSpell.cpp b/src/battle/states/SelectSpell.cpp index 8c0c4da..ae7f278 100644 --- a/src/battle/states/SelectSpell.cpp +++ b/src/battle/states/SelectSpell.cpp @@ -15,6 +15,7 @@ #include "../../app/Input.h" #include "../../common/Spell.h" #include "../../graphics/Frame.h" +#include "../../math/Vector.h" using app::Application; using app::Input;