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/unittests/render/mockgraphics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/unittests/render') diff --git a/src/unittests/render/mockgraphics.h b/src/unittests/render/mockgraphics.h index ccc6d75e6..c18e6acd1 100644 --- a/src/unittests/render/mockgraphics.h +++ b/src/unittests/render/mockgraphics.h @@ -29,9 +29,9 @@ #include "unittests/render/mockdrawitem.h" -#include "localconsts.h" +#include "utils/vector.h" -#include +#include "localconsts.h" class MockGraphics final : public Graphics { -- cgit v1.2.3-60-g2f50