From c601aa626dac78e1482a258e493a6c186e6bf514 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Tue, 29 Oct 2019 15:03:22 +0000 Subject: GitHub #292 Move BackendRegistry.hpp to the public API * Moved to BackendRegistry.hpp include/armnn * Updated makefiles and sources accordingly Signed-off-by: Matteo Martincigh Change-Id: I4d83abb581d523218a880c879fcf30c9611f7fd7 --- src/backends/backendsCommon/test/CommonTestUtils.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/backends/backendsCommon/test/CommonTestUtils.hpp') diff --git a/src/backends/backendsCommon/test/CommonTestUtils.hpp b/src/backends/backendsCommon/test/CommonTestUtils.hpp index 58bd6b197f..e96edc8317 100644 --- a/src/backends/backendsCommon/test/CommonTestUtils.hpp +++ b/src/backends/backendsCommon/test/CommonTestUtils.hpp @@ -9,8 +9,9 @@ #include #include +#include + #include -#include #include @@ -73,4 +74,4 @@ armnn::TensorShape MakeTensorShape(unsigned int batches, unsigned int channels, unsigned int height, unsigned int width, - armnn::DataLayout layout); \ No newline at end of file + armnn::DataLayout layout); -- cgit v1.2.1