From 55c2f49a8e887eaa2dff33d75a52381840dd879b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 26 Oct 2024 21:03:18 +0200 Subject: [PATCH] mgr/BaseMgrStandbyModule: add missing include Signed-off-by: Max Kellermann --- src/mgr/BaseMgrStandbyModule.cc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5