From: Max Kellermann Date: Sat, 26 Oct 2024 19:03:18 +0000 (+0200) Subject: mgr/BaseMgrStandbyModule: add missing include X-Git-Tag: v20.0.0~189^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=55c2f49a8e887eaa2dff33d75a52381840dd879b;p=ceph.git mgr/BaseMgrStandbyModule: add missing include Signed-off-by: Max Kellermann --- diff --git a/src/mgr/BaseMgrStandbyModule.cc b/src/mgr/BaseMgrStandbyModule.cc index 22dfd3be84c..c73a26e0a7e 100644 --- a/src/mgr/BaseMgrStandbyModule.cc +++ b/src/mgr/BaseMgrStandbyModule.cc @@ -16,6 +16,7 @@ #include "StandbyPyModules.h" #include "PyFormatter.h" +#include "common/debug.h" #define dout_context g_ceph_context