From: Max Kellermann Date: Sat, 26 Oct 2024 19:21:58 +0000 (+0200) Subject: mgr/DaemonState: add missing includes X-Git-Tag: testing/wip-pdonnell-testing-20250212.134243-debug~7^2~8 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2d2982e74209a28293d207c67a6f7d60360aa8b5;p=ceph-ci.git mgr/DaemonState: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/mgr/DaemonState.cc b/src/mgr/DaemonState.cc index 044ddadad03..84970c749d1 100644 --- a/src/mgr/DaemonState.cc +++ b/src/mgr/DaemonState.cc @@ -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 diff --git a/src/mgr/DaemonState.h b/src/mgr/DaemonState.h index 0688db81bb1..d78e819405b 100644 --- a/src/mgr/DaemonState.h +++ b/src/mgr/DaemonState.h @@ -17,6 +17,7 @@ #include #include #include +#include // for std::shared_lock #include #include