From: Max Kellermann Date: Mon, 28 Oct 2024 21:12:46 +0000 (+0100) Subject: mgr/mgr_perf_counters: add missing includes X-Git-Tag: testing/wip-pdonnell-testing-20250212.134243-debug~7^2~6 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=84fcd885090ecd1d434678a49b1ae189c9f47a03;p=ceph-ci.git mgr/mgr_perf_counters: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/mgr/mgr_perf_counters.cc b/src/mgr/mgr_perf_counters.cc index 1b5585f9ec9..0f5a3563fa0 100644 --- a/src/mgr/mgr_perf_counters.cc +++ b/src/mgr/mgr_perf_counters.cc @@ -3,6 +3,7 @@ #include "mgr_perf_counters.h" #include "common/perf_counters.h" +#include "common/perf_counters_collection.h" #include "common/ceph_context.h" PerfCounters *perfcounter = NULL;