aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ISendCounterPacket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/ISendCounterPacket.hpp')
-rw-r--r--src/profiling/ISendCounterPacket.hpp3
1 files changed, 2 insertions, 1 deletions
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 <armnn/backends/profiling/IBackendProfiling.hpp>
#include "ICounterDirectory.hpp"
namespace armnn
@@ -16,7 +17,7 @@ namespace profiling
class ISendCounterPacket
{
public:
- using IndexValuePairsVector = std::vector<std::pair<uint16_t, uint32_t>>;
+ using IndexValuePairsVector = std::vector<CounterValue>;
virtual ~ISendCounterPacket() {}