From: Max Kellermann Date: Tue, 29 Oct 2024 08:40:06 +0000 (+0100) Subject: common/LogClient: add missing includes X-Git-Tag: v20.0.0~283^2~35 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d23a8d880d5eaa291925fc838bd8312ce7228a59;p=ceph.git common/LogClient: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/common/LogClient.cc b/src/common/LogClient.cc index d5ae6b753216..c35200b4dc1c 100644 --- a/src/common/LogClient.cc +++ b/src/common/LogClient.cc @@ -20,6 +20,8 @@ #include "mon/MonMap.h" #include "common/Graylog.h" +#include + #define dout_subsys ceph_subsys_monc using std::map; diff --git a/src/common/LogClient.h b/src/common/LogClient.h index 507fd9a9e25c..dd70e6fcd323 100644 --- a/src/common/LogClient.h +++ b/src/common/LogClient.h @@ -16,6 +16,10 @@ #define CEPH_LOGCLIENT_H #include +#include +#include +#include + #include "common/LogEntry.h" #include "common/ceph_mutex.h" #include "common/ostream_temp.h"