]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/ceph_time: add missing include
authorMax Kellermann <max.kellermann@ionos.com>
Thu, 14 Aug 2025 08:43:03 +0000 (10:43 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 28 Aug 2025 09:21:08 +0000 (11:21 +0200)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/common/ceph_time.cc

index 8e20475046a19965f1057a89ef4fd917c494b6f5..24d3e1752498c9d93321dfef3071b07d4e43911b 100644 (file)
@@ -18,6 +18,7 @@
 #include <fmt/chrono.h>
 #include <fmt/ostream.h>
 
+#include "include/rados.h" // for struct ceph_timespec
 #include "log/LogClock.h"
 #include "config.h"
 #include "strtol.h"