From: Max Kellermann Date: Mon, 28 Oct 2024 20:56:58 +0000 (+0100) Subject: common/PriorityCache: add missing include X-Git-Tag: v20.3.0~375^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=90484deb9f0798bdc953643a564100735ce4b19f;p=ceph.git common/PriorityCache: add missing include Signed-off-by: Max Kellermann --- diff --git a/src/common/PriorityCache.cc b/src/common/PriorityCache.cc index 0fe781b3e1e5..fa845991d7f1 100644 --- a/src/common/PriorityCache.cc +++ b/src/common/PriorityCache.cc @@ -15,6 +15,13 @@ #include "PriorityCache.h" #include "common/dout.h" #include "perfglue/heap_profiler.h" + +#if defined(WITH_SEASTAR) && !defined(WITH_ALIEN) +#include "crimson/common/perf_counters_collection.h" +#else +#include "common/perf_counters_collection.h" +#endif + #define dout_context cct #define dout_subsys ceph_subsys_prioritycache #undef dout_prefix