]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/PriorityCache: add missing include
authorMax Kellermann <max.kellermann@ionos.com>
Mon, 28 Oct 2024 20:56:58 +0000 (21:56 +0100)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 6 Mar 2025 07:53:09 +0000 (08:53 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/common/PriorityCache.cc

index 0fe781b3e1e509d5a32b1c5bdc2f914756f61fac..fa845991d7f1968a85b6e856cbdded31bfbe9748 100644 (file)
 #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