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: testing/wip-pdonnell-testing-20250225.023119-debug~13^2~6 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a8f21ce3fe6f5c0a14b734b9fb67a284d8f45645;p=ceph-ci.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 a3364b5327e..e47819e0b47 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;