From af947729dc2aa7cdb6d4a716e2edf307710a8155 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Wed, 2 Mar 2022 11:04:47 +0000 Subject: IVGCVSW-6811 replace ProfilingService includes with IProfilingService Change-Id: I00521756c8a19d10bfdc98c6ef4204c7f84901c6 Signed-off-by: Jim Flynn --- src/armnn/BackendRegistry.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/armnn/BackendRegistry.cpp') diff --git a/src/armnn/BackendRegistry.cpp b/src/armnn/BackendRegistry.cpp index 7b1f6bcb5d..01f632fb22 100644 --- a/src/armnn/BackendRegistry.cpp +++ b/src/armnn/BackendRegistry.cpp @@ -5,7 +5,8 @@ #include #include -#include +#include +#include namespace armnn { @@ -102,7 +103,7 @@ void BackendRegistry::Swap(BackendRegistry& instance, BackendRegistry::FactorySt std::swap(instance.m_Factories, other); } -void BackendRegistry::SetProfilingService(armnn::Optional profilingService) +void BackendRegistry::SetProfilingService(armnn::Optional profilingService) { m_ProfilingService = profilingService; } -- cgit v1.2.1