summaryrefslogtreecommitdiffstats
path: root/src/common/perf_counters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/perf_counters.h')
-rw-r--r--src/common/perf_counters.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/perf_counters.h b/src/common/perf_counters.h
index 942edf6d7e5..0d0fe86a092 100644
--- a/src/common/perf_counters.h
+++ b/src/common/perf_counters.h
@@ -17,6 +17,8 @@
#ifndef CEPH_COMMON_PERF_COUNTERS_H
#define CEPH_COMMON_PERF_COUNTERS_H
+#include <functional>
+#include <set>
#include <string>
#include <vector>
#include <memory>
@@ -24,11 +26,12 @@
#include <cstdint>
#include "common/perf_histogram.h"
-#include "include/utime.h"
#include "include/common_fwd.h"
#include "common/ceph_mutex.h"
#include "common/ceph_time.h"
+class utime_t;
+
namespace TOPNSPC::common {
class CephContext;
class PerfCountersBuilder;