From 16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 13 Jul 2017 23:50:42 +0300 Subject: Add vector.h for use different vectors. Also replace include into "utils/vector.h" --- src/resources/animation/animation.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/resources/animation') diff --git a/src/resources/animation/animation.h b/src/resources/animation/animation.h index 1a493c62e..4a672aab2 100644 --- a/src/resources/animation/animation.h +++ b/src/resources/animation/animation.h @@ -23,10 +23,11 @@ #ifndef RESOURCES_ANIMATION_ANIMATION_H #define RESOURCES_ANIMATION_ANIMATION_H -#include "resources/frame.h" #include "resources/memorycounter.h" -#include +#include "utils/vector.h" + +#include "resources/frame.h" #include "localconsts.h" -- cgit v1.2.3-60-g2f50