From d4f8c27f08c968f608a9e0e9b88df1871f62cdd3 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 30 Jun 2017 16:16:19 +0100 Subject: COMPMID-417: Include std::vector where needed. Change-Id: I8a0c88b3c37a3d82f14493fa0b51108b3bdac852 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79407 Reviewed-by: Moritz Pflanzer Tested-by: Kaizen --- tests/validation/TensorVisitors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/validation/TensorVisitors.h') diff --git a/tests/validation/TensorVisitors.h b/tests/validation/TensorVisitors.h index 1b58a16e4c..723302c973 100644 --- a/tests/validation/TensorVisitors.h +++ b/tests/validation/TensorVisitors.h @@ -31,6 +31,7 @@ #include "boost_wrapper.h" #include +#include namespace arm_compute { -- cgit v1.2.1