aboutsummaryrefslogtreecommitdiff
path: root/src/armnn
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn')
-rw-r--r--src/armnn/InternalTypes.hpp1
-rw-r--r--src/armnn/OptimizedNetworkImpl.hpp2
-rw-r--r--src/armnn/RangeTracker.hpp2
3 files changed, 5 insertions, 0 deletions
diff --git a/src/armnn/InternalTypes.hpp b/src/armnn/InternalTypes.hpp
index 9850520116..a46250546d 100644
--- a/src/armnn/InternalTypes.hpp
+++ b/src/armnn/InternalTypes.hpp
@@ -5,6 +5,7 @@
#pragma once
#include <armnn/Types.hpp>
+#include <common/include/ProfilingGuid.hpp>
#include <array>
diff --git a/src/armnn/OptimizedNetworkImpl.hpp b/src/armnn/OptimizedNetworkImpl.hpp
index 25bf9ca49c..fe55ca233b 100644
--- a/src/armnn/OptimizedNetworkImpl.hpp
+++ b/src/armnn/OptimizedNetworkImpl.hpp
@@ -3,6 +3,8 @@
// SPDX-License-Identifier: MIT
//
+#include <common/include/ProfilingGuid.hpp>
+
namespace armnn
{
diff --git a/src/armnn/RangeTracker.hpp b/src/armnn/RangeTracker.hpp
index 6662775e38..89d19acf79 100644
--- a/src/armnn/RangeTracker.hpp
+++ b/src/armnn/RangeTracker.hpp
@@ -8,6 +8,8 @@
#include <armnn/INetwork.hpp>
#include <armnn/Types.hpp>
+#include <common/include/ProfilingGuid.hpp>
+
#include <utility>
#include <unordered_map>