From fefca2ef35dd20db69dc67421c9d00c3376a680c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 16 Oct 2024 17:55:12 +0200 Subject: [PATCH] common/perf_histogram: include cleanup Signed-off-by: Max Kellermann --- src/common/perf_histogram.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/perf_histogram.h b/src/common/perf_histogram.h index 3052106be20f..0e3be25141bb 100644 --- a/src/common/perf_histogram.h +++ b/src/common/perf_histogram.h @@ -17,10 +17,11 @@ #include #include +#include #include +#include #include "common/Formatter.h" -#include "include/int_types.h" #include "include/ceph_assert.h" class PerfHistogramCommon { -- 2.47.3