From 6598427f7dc68f2c9ef6d683e80ec4627df52d58 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Thu, 17 Oct 2019 13:26:21 +0100 Subject: 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 Change-Id: I897a80d1f56fbdbc3c714a50a0598210d8f0a03c --- tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.hpp') diff --git a/tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.hpp b/tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.hpp index 7f46d8e102..7d6471bf91 100644 --- a/tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.hpp +++ b/tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.hpp @@ -5,8 +5,8 @@ #pragma once -#include "../../armnn/src/profiling/Packet.hpp" -#include "../../armnn/src/profiling/CommandHandlerFunctor.hpp" +#include +#include #include @@ -51,4 +51,4 @@ private: } // namespace gatordmock -} // namespace armnn \ No newline at end of file +} // namespace armnn -- cgit v1.2.1