IVGCVSW-6706 Create the libpipeClient library

Change-Id: I2368aade38ad3808fab55d8a86cd659d4e95d91e
Signed-off-by: Jim Flynn <jim.flynn@arm.com>
diff --git a/src/profiling/test/TestTimelinePacketHandler.hpp b/src/profiling/test/TestTimelinePacketHandler.hpp
index 76d42f0..fbed228 100644
--- a/src/profiling/test/TestTimelinePacketHandler.hpp
+++ b/src/profiling/test/TestTimelinePacketHandler.hpp
@@ -5,11 +5,12 @@
 
 #pragma once
 
-#include "ProfilingUtils.hpp"
 #include "TimelineModel.hpp"
 
 #include <client/include/ILocalPacketHandler.hpp>
 
+#include <client/src/ProfilingUtils.hpp>
+
 #include <common/include/Packet.hpp>
 
 #include <server/include/timelineDecoder/ITimelineDecoder.hpp>