From b7198fc6ebf1d495830818c9f9b4b1a1114cfcc7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 28 Oct 2024 22:09:16 +0100 Subject: [PATCH] mon/Paxos: include cleanup Signed-off-by: Max Kellermann --- src/mon/Paxos.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/mon/Paxos.cc b/src/mon/Paxos.cc index 21f244239c5e7..5d2a12a1a1def 100644 --- a/src/mon/Paxos.cc +++ b/src/mon/Paxos.cc @@ -12,7 +12,6 @@ * */ -#include #include "Paxos.h" #include "Monitor.h" #include "messages/MMonPaxos.h" @@ -24,6 +23,12 @@ #include "common/Timer.h" #include "messages/PaxosServiceMessage.h" +#if defined(WITH_SEASTAR) && !defined(WITH_ALIEN) +#include "crimson/common/perf_counters_collection.h" +#else +#include "common/perf_counters_collection.h" +#endif + using std::string; using std::unique_lock; -- 2.39.5