From: Max Kellermann Date: Thu, 10 Oct 2024 06:27:49 +0000 (+0200) Subject: client/Client: add missing include and forward declaration X-Git-Tag: v20.0.0~72^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F61701%2Fhead;p=ceph.git client/Client: add missing include and forward declaration Signed-off-by: Max Kellermann --- diff --git a/src/client/Client.h b/src/client/Client.h index d5108c122623..6c27d8559eee 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -16,6 +16,7 @@ #ifndef CEPH_CLIENT_H #define CEPH_CLIENT_H +#include "common/admin_socket.h" #include "common/CommandTable.h" #include "common/Finisher.h" #include "common/Timer.h" @@ -55,6 +56,8 @@ using std::set; using std::map; using std::fstream; +namespace boost::asio { class io_context; } + class FSMap; class FSMapUser; class MonClient;