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.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/profiling/gatordmock/GatordMockService.cpp') diff --git a/tests/profiling/gatordmock/GatordMockService.cpp b/tests/profiling/gatordmock/GatordMockService.cpp index f4146c2e38..b5531c4e08 100644 --- a/tests/profiling/gatordmock/GatordMockService.cpp +++ b/tests/profiling/gatordmock/GatordMockService.cpp @@ -2,9 +2,10 @@ // Copyright © 2019 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // + #include "GatordMockService.hpp" -#include "../../src/profiling/CommandHandlerRegistry.hpp" +#include #include #include @@ -16,7 +17,6 @@ #include #include - namespace armnn { -- cgit v1.2.1