]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/DaemonState: add missing includes
authorMax Kellermann <max.kellermann@ionos.com>
Sat, 26 Oct 2024 19:21:58 +0000 (21:21 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Fri, 7 Feb 2025 15:01:02 +0000 (16:01 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/mgr/DaemonState.cc
src/mgr/DaemonState.h

index 044ddadad03c91a7aeabd4e4469ce010792a1130..84970c749d111ae72469daea3d1294fdf72de92a 100644 (file)
@@ -17,6 +17,8 @@
 
 #include "MgrSession.h"
 #include "include/stringify.h"
+#include "common/Clock.h" // for ceph_clock_now()
+#include "common/debug.h"
 #include "common/Formatter.h"
 
 #define dout_context g_ceph_context
index 0688db81bb1f60dc4407646b1055810bd892b642..d78e819405b02c1372356fdc4c36e02a44a314e9 100644 (file)
@@ -17,6 +17,7 @@
 #include <map>
 #include <string>
 #include <memory>
+#include <shared_mutex> // for std::shared_lock
 #include <set>
 #include <boost/circular_buffer.hpp>