From 82e70a12dc3bf8309c43620c08a2c4ff05a6d13e Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Tue, 8 Aug 2017 16:20:45 +0100 Subject: COMPMID-415: Improve SimpleTensor and RawTensor Change-Id: I7a5f970b3c04b925682fd9f0ece3254478dc96f7 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/83343 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- tests/validation/Validation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation/Validation.h') diff --git a/tests/validation/Validation.h b/tests/validation/Validation.h index 993a3c360e..f95859d029 100644 --- a/tests/validation/Validation.h +++ b/tests/validation/Validation.h @@ -26,6 +26,7 @@ #include "arm_compute/core/Types.h" #include "arm_compute/runtime/Array.h" +#include "tests/RawTensor.h" #include "boost_wrapper.h" @@ -37,7 +38,6 @@ class Tensor; namespace test { -class RawTensor; class IAccessor; namespace validation -- cgit v1.2.1