From a8f21ce3fe6f5c0a14b734b9fb67a284d8f45645 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 10 Oct 2024 08:27:49 +0200 Subject: [PATCH] client/Client: add missing include and forward declaration Signed-off-by: Max Kellermann --- src/client/Client.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5