Date: Thursday, May 25, 2017 @ 14:57:47 Author: zorun Revision: 230100
restbed: add missing patch Added: restbed/trunk/strand.patch --------------+ strand.patch | 8 ++++++++ 1 file changed, 8 insertions(+) Added: strand.patch =================================================================== --- strand.patch (rev 0) +++ strand.patch 2017-05-25 14:57:47 UTC (rev 230100) @@ -0,0 +1,8 @@ +--- a/source/corvusoft/restbed/detail/socket_impl.hpp 2016-09-28 12:01:30.415787179 -0400 +--- a/source/corvusoft/restbed/detail/socket_impl.hpp 2016-09-28 12:01:33.329120391 -0400 +@@ -23,3 +23,3 @@ + #include <asio/io_service.hpp> +-#include <asio/io_service_strand.hpp> ++#include <asio/strand.hpp> + +
