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/NEON/ROIPoolingLayer.cpp | 1 + tests/validation/Reference.h | 2 ++ tests/validation/ReferenceCPP.h | 1 + tests/validation/TensorOperations.h | 1 + tests/validation/TensorVisitors.h | 1 + 5 files changed, 6 insertions(+) diff --git a/tests/validation/NEON/ROIPoolingLayer.cpp b/tests/validation/NEON/ROIPoolingLayer.cpp index 20aaefd3de..a1d4803d8d 100644 --- a/tests/validation/NEON/ROIPoolingLayer.cpp +++ b/tests/validation/NEON/ROIPoolingLayer.cpp @@ -32,6 +32,7 @@ #include "validation/ValidationUserConfiguration.h" #include +#include using namespace arm_compute; using namespace arm_compute::test; diff --git a/tests/validation/Reference.h b/tests/validation/Reference.h index 1794ae6f23..3aca1eaaae 100644 --- a/tests/validation/Reference.h +++ b/tests/validation/Reference.h @@ -27,6 +27,8 @@ #include "RawTensor.h" #include "Types.h" +#include + namespace arm_compute { namespace test diff --git a/tests/validation/ReferenceCPP.h b/tests/validation/ReferenceCPP.h index 9debdeeeba..e7567aea95 100644 --- a/tests/validation/ReferenceCPP.h +++ b/tests/validation/ReferenceCPP.h @@ -29,6 +29,7 @@ #include "RawTensor.h" #include +#include namespace arm_compute { diff --git a/tests/validation/TensorOperations.h b/tests/validation/TensorOperations.h index 5499e58f35..fbc69bc4d5 100644 --- a/tests/validation/TensorOperations.h +++ b/tests/validation/TensorOperations.h @@ -41,6 +41,7 @@ #include #include #include +#include namespace arm_compute { 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