summaryrefslogtreecommitdiffstats
path: root/src/rgw/driver/rados
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@redhat.com>2023-04-26 21:25:43 +0200
committerCasey Bodley <cbodley@redhat.com>2023-10-20 15:18:30 +0200
commit47b4532a3a6fc547a232af5baf7540fb979b6ee7 (patch)
tree3cbd3b0245e66c3008053f0822ecfc5e612fe122 /src/rgw/driver/rados
parentimmutable-object-cache: use granular asio headers (diff)
downloadceph-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.cc3
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"