aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/SendCounterPacketTests.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/test/SendCounterPacketTests.hpp')
-rw-r--r--src/profiling/test/SendCounterPacketTests.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/profiling/test/SendCounterPacketTests.hpp b/src/profiling/test/SendCounterPacketTests.hpp
index 626377a960..f9448aca53 100644
--- a/src/profiling/test/SendCounterPacketTests.hpp
+++ b/src/profiling/test/SendCounterPacketTests.hpp
@@ -10,6 +10,8 @@
#include <ProfilingUtils.hpp>
#include <IProfilingConnectionFactory.hpp>
+#include <armnn/profiling/ArmNNProfiling.hpp>
+
#include <common/include/IgnoreUnused.hpp>
#include <common/include/NumericCast.hpp>
@@ -28,7 +30,10 @@ class SendCounterPacketTest : public SendCounterPacket
{
public:
SendCounterPacketTest(IBufferManager& buffer)
- : SendCounterPacket(buffer)
+ : SendCounterPacket(buffer,
+ arm::pipe::ARMNN_SOFTWARE_INFO,
+ arm::pipe::ARMNN_SOFTWARE_VERSION,
+ arm::pipe::ARMNN_HARDWARE_VERSION)
{}
bool CreateDeviceRecordTest(const DevicePtr& device,