aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/SendThread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/SendThread.hpp')
-rw-r--r--src/profiling/SendThread.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profiling/SendThread.hpp b/src/profiling/SendThread.hpp
index 6512c8aac6..f68a74c1d3 100644
--- a/src/profiling/SendThread.hpp
+++ b/src/profiling/SendThread.hpp
@@ -7,13 +7,14 @@
#include "IBufferManager.hpp"
#include "IConsumer.hpp"
-#include "ICounterDirectory.hpp"
#include "ISendCounterPacket.hpp"
#include "ISendThread.hpp"
#include "IProfilingConnection.hpp"
#include "ProfilingStateMachine.hpp"
#include "ProfilingUtils.hpp"
+#include <common/include/ICounterDirectory.hpp>
+
#include <atomic>
#include <condition_variable>
#include <mutex>