]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: include posix/stream_descriptor.hpp header
authorCasey Bodley <cbodley@redhat.com>
Wed, 26 Apr 2023 14:26:20 +0000 (10:26 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 20 Oct 2023 13:18:30 +0000 (09:18 -0400)
the use of boost::asio::posix::stream_descriptor requires the
concrete header instead of posix/basic_stream_descriptor.hpp

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/librbd/migration/FileStream.h

index 32face71e1c56fbe1cb39c60e0211dce58efaaaa..1a7e20ac7079990977040585ece0ca79efa755ca 100644 (file)
@@ -8,7 +8,7 @@
 #include "librbd/migration/StreamInterface.h"
 #include <boost/asio/io_context.hpp>
 #include <boost/asio/strand.hpp>
-#include <boost/asio/posix/basic_stream_descriptor.hpp>
+#include <boost/asio/posix/stream_descriptor.hpp>
 #include <json_spirit/json_spirit.h>
 #include <memory>
 #include <string>