From: Max Kellermann Date: Mon, 7 Oct 2024 03:37:31 +0000 (+0200) Subject: osdc/ObjectCacher: include cleanup X-Git-Tag: v20.0.0~73^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4717fa3a9ff82bf364e3b88c39c0b6d31f5a7319;p=ceph.git osdc/ObjectCacher: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/osdc/ObjectCacher.cc b/src/osdc/ObjectCacher.cc index 7cf6d851e0e79..c43dad34b1b26 100644 --- a/src/osdc/ObjectCacher.cc +++ b/src/osdc/ObjectCacher.cc @@ -13,6 +13,12 @@ #include +#if defined(WITH_SEASTAR) && !defined(WITH_ALIEN) +#include "crimson/common/perf_counters_collection.h" +#else +#include "common/perf_counters_collection.h" +#endif + #define MAX_FLUSH_UNDER_LOCK 20 ///< max bh's we start writeback on #define BUFFER_MEMORY_WEIGHT CEPH_PAGE_SHIFT // memory usage of BufferHead, count in (1<