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/GatordMockService.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/profiling/gatordmock/GatordMockService.hpp') diff --git a/tests/profiling/gatordmock/GatordMockService.hpp b/tests/profiling/gatordmock/GatordMockService.hpp index 1aba2e8a09..c860f16815 100644 --- a/tests/profiling/gatordmock/GatordMockService.hpp +++ b/tests/profiling/gatordmock/GatordMockService.hpp @@ -5,13 +5,13 @@ #pragma once +#include +#include + #include #include #include -#include "../../src/profiling/CommandHandlerRegistry.hpp" -#include "../../src/profiling/Packet.hpp" - namespace armnn { -- cgit v1.2.1