Skip to content

Commit c772ebf

Browse files
committed
common/ceph_time: add missing include
Signed-off-by: Max Kellermann <[email protected]>
1 parent 9cac86a commit c772ebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/ceph_time.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <fmt/chrono.h>
1919
#include <fmt/ostream.h>
2020

21+
#include "include/rados.h" // for struct ceph_timespec
2122
#include "log/LogClock.h"
2223
#include "config.h"
2324
#include "strtol.h"

0 commit comments

Comments
 (0)