]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
client/Client: add missing include and forward declaration
authorMax Kellermann <max.kellermann@ionos.com>
Thu, 10 Oct 2024 06:27:49 +0000 (08:27 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 20 Feb 2025 15:50:40 +0000 (16:50 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/client/Client.h

index a3364b5327e96dbaf8f584c73d355ac1ab450ad2..e47819e0b472134a7f8e8173e5c57c03996aa9d0 100644 (file)
@@ -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;