]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/Messenger: add missing include
authorMax Kellermann <max.kellermann@ionos.com>
Tue, 22 Apr 2025 13:11:28 +0000 (15:11 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Tue, 5 Aug 2025 08:28:00 +0000 (10:28 +0200)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/msg/Messenger.h

index 5ab61ffb12c271440e863fabd10aa250f1723520..e87d6ac9a8bbedcadce0533bef57b1bb0a328e55 100644 (file)
@@ -34,6 +34,7 @@
 #include "include/types.h"
 #include "include/ceph_features.h"
 #include "auth/Crypto.h"
+#include "common/Clock.h" // for ceph_clock_now()
 #include "common/item_history.h"
 #include "auth/AuthRegistry.h"
 #include "compressor_registry.h"