From 3e9bc19ad523361e6b18057849e30c0c48183915 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Wed, 23 Mar 2022 23:01:26 +0000 Subject: IVGCVSW-6706 Create the libpipeClient library Change-Id: I2368aade38ad3808fab55d8a86cd659d4e95d91e Signed-off-by: Jim Flynn --- src/timelineDecoder/JSONTimelineDecoder.cpp | 3 ++- src/timelineDecoder/JSONTimelineDecoder.hpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/timelineDecoder') diff --git a/src/timelineDecoder/JSONTimelineDecoder.cpp b/src/timelineDecoder/JSONTimelineDecoder.cpp index baf541b066..2f999791ad 100644 --- a/src/timelineDecoder/JSONTimelineDecoder.cpp +++ b/src/timelineDecoder/JSONTimelineDecoder.cpp @@ -4,7 +4,8 @@ // #include "JSONTimelineDecoder.hpp" -#include "../profiling/ProfilingUtils.hpp" + +#include #include diff --git a/src/timelineDecoder/JSONTimelineDecoder.hpp b/src/timelineDecoder/JSONTimelineDecoder.hpp index f3f78e85ba..f2b78d128f 100644 --- a/src/timelineDecoder/JSONTimelineDecoder.hpp +++ b/src/timelineDecoder/JSONTimelineDecoder.hpp @@ -8,6 +8,7 @@ #include #include + #include #include @@ -78,4 +79,4 @@ private: }; } -} \ No newline at end of file +} -- cgit v1.2.1