From 032bc74ca4bc6589a33f23db31accddc5b20baaa Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Wed, 12 Feb 2020 11:02:34 +0000 Subject: IVGCVSW-4338 Implement the Activation of Counters in backends Signed-off-by: Finn Williams Change-Id: I4a2465f06e046f78242ff0a246c651638b205498 --- src/profiling/ISendCounterPacket.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/profiling/ISendCounterPacket.hpp') diff --git a/src/profiling/ISendCounterPacket.hpp b/src/profiling/ISendCounterPacket.hpp index 5c8e6b8d46..d87a042d76 100644 --- a/src/profiling/ISendCounterPacket.hpp +++ b/src/profiling/ISendCounterPacket.hpp @@ -5,6 +5,7 @@ #pragma once +#include #include "ICounterDirectory.hpp" namespace armnn @@ -16,7 +17,7 @@ namespace profiling class ISendCounterPacket { public: - using IndexValuePairsVector = std::vector>; + using IndexValuePairsVector = std::vector; virtual ~ISendCounterPacket() {} -- cgit v1.2.1