From: Max Kellermann Date: Sun, 27 Oct 2024 17:20:09 +0000 (+0100) Subject: mon/Session: add missing includes X-Git-Tag: v20.0.0~154^2~11 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9d99e6bdc6fff707456f204f3c763efdf1c56fc7;p=ceph.git mon/Session: add missing includes Signed-off-by: Max Kellermann --- 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"