diff options
author | Casey Bodley <cbodley@redhat.com> | 2023-04-26 21:25:43 +0200 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2023-10-20 15:18:30 +0200 |
commit | 47b4532a3a6fc547a232af5baf7540fb979b6ee7 (patch) | |
tree | 3cbd3b0245e66c3008053f0822ecfc5e612fe122 /src/rgw/driver/rados | |
parent | immutable-object-cache: use granular asio headers (diff) | |
download | ceph-47b4532a3a6fc547a232af5baf7540fb979b6ee7.tar.xz ceph-47b4532a3a6fc547a232af5baf7540fb979b6ee7.zip |
rgw: use granular asio includes
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'src/rgw/driver/rados')
-rw-r--r-- | src/rgw/driver/rados/rgw_notify.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rgw/driver/rados/rgw_notify.cc b/src/rgw/driver/rados/rgw_notify.cc index 46b3a2302cd..6e5eeeb2fab 100644 --- a/src/rgw/driver/rados/rgw_notify.cc +++ b/src/rgw/driver/rados/rgw_notify.cc @@ -6,6 +6,9 @@ #include "cls/lock/cls_lock_client.h" #include <memory> #include <boost/algorithm/hex.hpp> +#include <boost/asio/basic_waitable_timer.hpp> +#include <boost/asio/executor_work_guard.hpp> +#include <boost/asio/io_context.hpp> #include <boost/context/protected_fixedsize_stack.hpp> #include <spawn/spawn.hpp> #include "rgw_sal_rados.h" |