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/map/tileanimation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/resources/map/tileanimation.h') diff --git a/src/resources/map/tileanimation.h b/src/resources/map/tileanimation.h index 953345c1a..bf4e9f232 100644 --- a/src/resources/map/tileanimation.h +++ b/src/resources/map/tileanimation.h @@ -23,8 +23,9 @@ #ifndef RESOURCES_MAP_TILEANIMATION_H #define RESOURCES_MAP_TILEANIMATION_H +#include "utils/vector.h" + #include -#include #include "localconsts.h" -- cgit v1.2.3-60-g2f50