From 9d99e6bdc6fff707456f204f3c763efdf1c56fc7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 27 Oct 2024 18:20:09 +0100 Subject: [PATCH] mon/Session: add missing includes Signed-off-by: Max Kellermann --- src/mon/Session.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mon/Session.h b/src/mon/Session.h index e090e7424043b..384b966ab6604 100644 --- a/src/mon/Session.h +++ b/src/mon/Session.h @@ -15,13 +15,18 @@ #ifndef CEPH_MON_SESSION_H #define CEPH_MON_SESSION_H +#include +#include #include #include +#include "common/Clock.h" // for ceph_clock_now() +#include "common/RefCountedObj.h" #include "include/utime.h" #include "include/xlist.h" #include "global/global_context.h" +#include "msg/Connection.h" // for ConnectionRef #include "msg/msg_types.h" #include "mon/mon_types.h" -- 2.39.5