diff options
Diffstat (limited to 'src/crimson/common/perf_counters_collection.h')
-rw-r--r-- | src/crimson/common/perf_counters_collection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crimson/common/perf_counters_collection.h b/src/crimson/common/perf_counters_collection.h index be32f6f1e53..a1963024707 100644 --- a/src/crimson/common/perf_counters_collection.h +++ b/src/crimson/common/perf_counters_collection.h @@ -6,6 +6,7 @@ #include "common/perf_counters.h" #include <seastar/core/sharded.hh> +using crimson::common::PerfCountersCollectionImpl; namespace crimson::common { class PerfCountersCollection: public seastar::sharded<PerfCountersCollection> { |