From 371b70e39390618cbd791b441adcf3923964b8df Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Fri, 11 Sep 2020 10:14:57 +0100 Subject: IVGCVSW-5301 Remove all boost::numeric_cast from armnn/src/profiling * Replaced with armnn/utility/NumericCast.hpp Signed-off-by: Matthew Sloyan Change-Id: I14e89c00cd1dd607315113d5b8ca56c2e9f6c363 --- src/profiling/test/SendCounterPacketTests.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/profiling/test/SendCounterPacketTests.hpp') diff --git a/src/profiling/test/SendCounterPacketTests.hpp b/src/profiling/test/SendCounterPacketTests.hpp index ef8f63de0f..2eac395ecf 100644 --- a/src/profiling/test/SendCounterPacketTests.hpp +++ b/src/profiling/test/SendCounterPacketTests.hpp @@ -15,8 +15,7 @@ #include #include #include - -#include +#include #include #include -- cgit v1.2.1