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/armnn/Runtime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnn/Runtime.cpp') diff --git a/src/armnn/Runtime.cpp b/src/armnn/Runtime.cpp index 68975a2191..c95b2c45e2 100644 --- a/src/armnn/Runtime.cpp +++ b/src/armnn/Runtime.cpp @@ -5,8 +5,8 @@ #include "Runtime.hpp" #include +#include -#include #include #include -- cgit v1.2.1