]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/Session: add missing includes
authorMax Kellermann <max.kellermann@ionos.com>
Sun, 27 Oct 2024 17:20:09 +0000 (18:20 +0100)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 13 Feb 2025 09:34:05 +0000 (10:34 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/mon/Session.h

index e090e7424043b1f2033382d7300511090e3af50b..384b966ab6604f62a6d54bc5e1ce693a526fa240 100644 (file)
 #ifndef CEPH_MON_SESSION_H
 #define CEPH_MON_SESSION_H
 
+#include <map>
+#include <set>
 #include <string>
 #include <string_view>
 
+#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"