From d23a8d880d5eaa291925fc838bd8312ce7228a59 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 29 Oct 2024 09:40:06 +0100 Subject: [PATCH] common/LogClient: add missing includes Signed-off-by: Max Kellermann --- src/common/LogClient.cc | 2 ++ src/common/LogClient.h | 4 ++++ 2 files changed, 6 insertions(+) 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" -- 2.47.3