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 + 1 file changed, 1 insertion(+) (limited to 'tests/validation/NEON/ROIPoolingLayer.cpp') 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; -- cgit v1.2.1