]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tentacle: test/neorados: Narrow Asio includes in `leak_watch_notify` 68776/head
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 6 May 2026 21:16:07 +0000 (17:16 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 14 May 2026 23:24:12 +0000 (19:24 -0400)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/test/neorados/leak_watch_notify.cc

index 407e622b5952c018bd8b05db8130f2e0f5ae2763..3d76264ef5daef92b4126d69b2fe425b98fd5cc4 100644 (file)
@@ -15,7 +15,8 @@
 #include <iostream>
 #include <optional>
 
-#include <boost/asio.hpp>
+#include <boost/asio/io_context.hpp>
+
 #include <boost/system/error_code.hpp>
 
 #include "include/neorados/RADOS.hpp"