X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FComplexAnimation.cpp;fp=src%2Fgraphics%2FComplexAnimation.cpp;h=c1b88c18d789aa2c7fb847331fb6b07a8c326be8;hb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;hp=bd2eaf8732b7044b28a1d770d87539301a4f474a;hpb=ef2496b3cb7ce66b7f831278be66261834b732e5;p=l2e.git diff --git a/src/graphics/ComplexAnimation.cpp b/src/graphics/ComplexAnimation.cpp index bd2eaf8..c1b88c1 100644 --- a/src/graphics/ComplexAnimation.cpp +++ b/src/graphics/ComplexAnimation.cpp @@ -3,7 +3,7 @@ #include "../loader/Interpreter.h" #include "../loader/TypeDescription.h" -using geometry::Vector; +using math::Vector; using loader::FieldDescription; using loader::Interpreter; using loader::TypeDescription;