From 50c2f6802226154600e3b1e05d7cfaf245b632b2 Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Thu, 5 Mar 2020 16:08:12 -0500 Subject: [PATCH] common/ceph_timer: Add missing includes Signed-off-by: Adam C. Emerson --- src/common/ceph_timer.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/ceph_timer.h b/src/common/ceph_timer.h index 96620d648e12e..56649eb2e6ec7 100644 --- a/src/common/ceph_timer.h +++ b/src/common/ceph_timer.h @@ -16,6 +16,9 @@ #define COMMON_CEPH_TIMER_H #include +#include +#include +#include #include #include -- 2.39.5