aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/CommandHandlerFunctor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/CommandHandlerFunctor.hpp')
-rw-r--r--src/profiling/CommandHandlerFunctor.hpp12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/profiling/CommandHandlerFunctor.hpp b/src/profiling/CommandHandlerFunctor.hpp
index fce6e3f8bb..a9a59c145f 100644
--- a/src/profiling/CommandHandlerFunctor.hpp
+++ b/src/profiling/CommandHandlerFunctor.hpp
@@ -7,6 +7,12 @@
#include <cstdint>
+namespace armnn
+{
+
+namespace profiling
+{
+
#pragma once
class CommandHandlerFunctor
@@ -22,4 +28,8 @@ public:
private:
uint32_t m_PacketId;
uint32_t m_Version;
-}; \ No newline at end of file
+};
+
+} // namespace profiling
+
+} // namespace armnn