summaryrefslogtreecommitdiff
path: root/src/unittests/render/mockgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittests/render/mockgraphics.h')
-rw-r--r--src/unittests/render/mockgraphics.h4
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
{