diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-13 23:50:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-13 23:50:42 +0300 |
commit | 16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1 (patch) | |
tree | 1db34fd6c50a1421ac186a3652f1e43494881286 /src/unittests/render | |
parent | f5c004a94061cab1685fa063b039dc2eec29cbbe (diff) | |
download | mv-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.gz mv-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.bz2 mv-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.xz mv-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.zip |
Add vector.h for use different vectors.
Also replace <vector> include into "utils/vector.h"
Diffstat (limited to 'src/unittests/render')
-rw-r--r-- | src/unittests/render/mockgraphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <vector> +#include "localconsts.h" class MockGraphics final : public Graphics { |