aboutsummaryrefslogtreecommitdiff
path: root/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp')
-rw-r--r--profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp b/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp
index ebf408ef7f..8374102033 100644
--- a/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp
+++ b/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp
@@ -5,9 +5,10 @@
#include <server/include/basePipeServer/ConnectionHandler.hpp>
-#include <BufferManager.hpp>
-#include <SendCounterPacket.hpp>
-#include <SocketProfilingConnection.hpp>
+#include <client/src/BufferManager.hpp>
+#include <client/src/SendCounterPacket.hpp>
+#include <client/src/SocketProfilingConnection.hpp>
+
#include <common/include/Processes.hpp>
#include <doctest/doctest.h>