Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
#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>
#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 {