From: Max Kellermann Date: Sat, 26 Oct 2024 19:21:58 +0000 (+0200) Subject: mgr/DaemonState: add missing includes X-Git-Tag: v20.0.0~189^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2d2982e74209a28293d207c67a6f7d60360aa8b5;p=ceph.git mgr/DaemonState: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/mgr/DaemonState.cc b/src/mgr/DaemonState.cc index 044ddadad03c..84970c749d11 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 0688db81bb1f..d78e819405b0 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