aboutsummaryrefslogtreecommitdiff
path: root/tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.cpp
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-10-17 13:26:21 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-10-17 13:34:28 +0100
commit6598427f7dc68f2c9ef6d683e80ec4627df52d58 (patch)
tree8fc60f90d77f45394454f2ab568394a04cac5cff /tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.cpp
parent7e5eec7d06c1f753b13af653eacd476c0b68efcc (diff)
downloadarmnn-6598427f7dc68f2c9ef6d683e80ec4627df52d58.tar.gz
IVGCVSW-3400 Fixed include directives for Gatord builds
* Using proper include directives with include paths * The relative paths used were causing trouble when building on other CI systems Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com> Change-Id: I897a80d1f56fbdbc3c714a50a0598210d8f0a03c
Diffstat (limited to 'tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.cpp')
-rw-r--r--tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.cpp b/tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.cpp
index 5a70f68805..f3bf7960ea 100644
--- a/tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.cpp
+++ b/tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.cpp
@@ -3,13 +3,14 @@
// SPDX-License-Identifier: MIT
//
-#include <iostream>
-
-#include "../../../src/profiling/ProfilingUtils.hpp"
#include "PeriodicCounterCaptureCommandHandler.hpp"
+#include <ProfilingUtils.hpp>
+
#include <boost/numeric/conversion/cast.hpp>
+#include <iostream>
+
namespace armnn
{
@@ -144,4 +145,4 @@ void PeriodicCounterCaptureCommandHandler::operator()(const profiling::Packet& p
} // namespace gatordmock
-} // namespace armnn \ No newline at end of file
+} // namespace armnn