aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/SendCounterPacketTests.hpp
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2022-03-10 23:35:26 +0000
committerJim Flynn <jim.flynn@arm.com>2022-03-11 17:33:44 +0000
commit9265a88c0064dbcf5ad4694bbdcce1b335a394e6 (patch)
treeb7e7eda3640cc0a7698d73c580b96c7d6cd635db /src/profiling/test/SendCounterPacketTests.hpp
parent91343f34c7bbca5106d36f1dcd06ebcb22810f43 (diff)
downloadarmnn-9265a88c0064dbcf5ad4694bbdcce1b335a394e6.tar.gz
IVGCVSW-6844 replace armnn:IgnoreUnused with arm::pipe::IgnoreUnused in profiling code
Change-Id: Ifbdfb034deda2f792ac1069dac808917606ccc9e Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'src/profiling/test/SendCounterPacketTests.hpp')
-rw-r--r--src/profiling/test/SendCounterPacketTests.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profiling/test/SendCounterPacketTests.hpp b/src/profiling/test/SendCounterPacketTests.hpp
index cfd03f86c7..2584a65fdd 100644
--- a/src/profiling/test/SendCounterPacketTests.hpp
+++ b/src/profiling/test/SendCounterPacketTests.hpp
@@ -13,8 +13,9 @@
#include <armnn/Optional.hpp>
#include <armnn/Conversion.hpp>
#include <armnn/utility/Assert.hpp>
-#include <armnn/utility/IgnoreUnused.hpp>
+#include <common/include/IgnoreUnused.hpp>
+#include <common/include/NumericCast.hpp>
#include <atomic>
#include <condition_variable>