]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/Finisher: add missing includes
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 25 Oct 2024 12:03:17 +0000 (14:03 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Mon, 9 Dec 2024 21:51:33 +0000 (22:51 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/common/Finisher.cc
src/common/Finisher.h

index 43550f351973e2baa665ba0f0570c3de2d9949a7..9d2792fc252fb76334bf495602b77f3bdb55dca6 100644 (file)
@@ -3,6 +3,13 @@
 
 #include "Finisher.h"
 #include "common/perf_counters.h"
+#include "include/types.h" // for operator<<(std::vector)
+
+#if defined(WITH_SEASTAR) && !defined(WITH_ALIEN)
+#include "crimson/common/perf_counters_collection.h"
+#else
+#include "common/perf_counters_collection.h"
+#endif
 
 #include <fmt/core.h>
 
index acee6594ca4da327fe6cf19d8137581083682eaf..1d589ca25e5ec942cf8e90a3e50b44741340eefc 100644 (file)
@@ -20,6 +20,7 @@
 #include "common/Thread.h"
 #include "common/ceph_mutex.h"
 #include "common/Cond.h"
+#include "common/perf_counters.h" // for class PerfCounters
 
 /// Finisher queue length performance counter ID.
 enum {