aboutsummaryrefslogtreecommitdiff
path: root/profiling
diff options
context:
space:
mode:
Diffstat (limited to 'profiling')
-rw-r--r--profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp4
1 files changed, 3 insertions, 1 deletions
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 <server/include/basePipeServer/ConnectionHandler.hpp>
+#include <BufferManager.hpp>
+#include <SendCounterPacket.hpp>
#include <SocketProfilingConnection.hpp>
#include <Processes.hpp>
@@ -94,4 +96,4 @@ TEST_CASE("BasePipeServerTest")
socketProfilingConnection.Close();
}
-} \ No newline at end of file
+}