aboutsummaryrefslogtreecommitdiff
path: root/src/timelineDecoder/TimelineDecoder.hpp
diff options
context:
space:
mode:
authorFinn Williams <Finn.Williams@arm.com>2020-05-07 10:38:15 +0100
committerJim Flynn <jim.flynn@arm.com>2020-05-12 22:00:17 +0000
commit0c8cb99db6dd8b1ea073ef7227b2872a3cb0b269 (patch)
tree3a2301175e09d7e6f2f5feb2d8c6f8a184493b4c /src/timelineDecoder/TimelineDecoder.hpp
parentd6cb30e7052891996efa41f608fffe4fa62d2094 (diff)
downloadarmnn-0c8cb99db6dd8b1ea073ef7227b2872a3cb0b269.tar.gz
IVGCVSW-4731 Move Packet.hpp to profiling/common/include
* Refactor profiling cmake to fix inconsistencies/issues with includes Signed-off-by: Finn Williams <Finn.Williams@arm.com> Change-Id: I0836762d4c72e25754a28162ec54c8e332422a02
Diffstat (limited to 'src/timelineDecoder/TimelineDecoder.hpp')
-rw-r--r--src/timelineDecoder/TimelineDecoder.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/timelineDecoder/TimelineDecoder.hpp b/src/timelineDecoder/TimelineDecoder.hpp
index c6d1e4ee0a..2efdc4483b 100644
--- a/src/timelineDecoder/TimelineDecoder.hpp
+++ b/src/timelineDecoder/TimelineDecoder.hpp
@@ -4,7 +4,8 @@
//
#pragma once
-#include "armnn/profiling/ITimelineDecoder.hpp"
+#include <armnn/profiling/ITimelineDecoder.hpp>
+
#include <vector>
namespace armnn