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 --- tests/InferenceModel.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/InferenceModel.hpp') diff --git a/tests/InferenceModel.hpp b/tests/InferenceModel.hpp index 412476a4df..9e054c4375 100644 --- a/tests/InferenceModel.hpp +++ b/tests/InferenceModel.hpp @@ -2,8 +2,11 @@ // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // + #pragma once + #include +#include #if defined(ARMNN_SERIALIZER) #include "armnnDeserializer/IDeserializer.hpp" @@ -18,8 +21,6 @@ #include #include -#include - #include #include #include -- cgit v1.2.1