From af947729dc2aa7cdb6d4a716e2edf307710a8155 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Wed, 2 Mar 2022 11:04:47 +0000 Subject: IVGCVSW-6811 replace ProfilingService includes with IProfilingService Change-Id: I00521756c8a19d10bfdc98c6ef4204c7f84901c6 Signed-off-by: Jim Flynn --- profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'profiling') diff --git a/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp b/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp index 03de76911e..a0af25fc65 100644 --- a/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp +++ b/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp @@ -5,6 +5,8 @@ #include +#include +#include #include #include @@ -94,4 +96,4 @@ TEST_CASE("BasePipeServerTest") socketProfilingConnection.Close(); } -} \ No newline at end of file +} -- cgit v1.2.1