From: Max Kellermann Date: Thu, 14 Aug 2025 08:43:03 +0000 (+0200) Subject: common/ceph_time: add missing include X-Git-Tag: testing/wip-vshankar-testing-20250908.050731-debug~14^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c772ebfdc54b040b5c7512920a90c2957b6deaae;p=ceph-ci.git common/ceph_time: add missing include Signed-off-by: Max Kellermann --- diff --git a/src/common/ceph_time.cc b/src/common/ceph_time.cc index 8e20475046a..24d3e175249 100644 --- a/src/common/ceph_time.cc +++ b/src/common/ceph_time.cc @@ -18,6 +18,7 @@ #include #include +#include "include/rados.h" // for struct ceph_timespec #include "log/LogClock.h" #include "config.h" #include "strtol.h"