]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/rgw_ssd_driver: Include `<asio/system_executor.hpp>` 66878/head
authorAdam C. Emerson <aemerson@redhat.com>
Sat, 10 Jan 2026 08:47:19 +0000 (03:47 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 15 Jan 2026 04:54:08 +0000 (23:54 -0500)
We were using it, but not including it. Boost.Asio 1.90 caused it to
break.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/rgw/rgw_ssd_driver.cc

index 7ec3d73ea3441fb25db6b452107ed405e1e1b497..fc11f8302186797b0f52f0b0ec1de328ee7e61c5 100644 (file)
@@ -1,3 +1,4 @@
+#include <boost/asio/system_executor.hpp>
 #include "common/async/completion.h"
 #include "common/errno.h"
 #include "common/async/blocked_completion.h"