From f7774dbc9564acd3995df40d118b67db3a02c6d1 Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Mon, 8 Jun 2020 08:17:12 +0100 Subject: [PATCH] boost1.71-01-ee2c63c89e6e3f5a14e09a9c7edaaf6774190ce6 patch defuzzed by Peter Michael Green for Raspbian/Debian packaging. commit ee2c63c89e6e3f5a14e09a9c7edaaf6774190ce6 Author: Brian Heim Date: Thu Sep 19 20:54:52 2019 -0500 Update for boost 1.70 Gbp-Pq: Name boost1.71-01-ee2c63c89e6e3f5a14e09a9c7edaaf6774190ce6 --- server/supernova/sc/sc_osc_handler.cpp | 2 +- server/supernova/utilities/utils.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/server/supernova/sc/sc_osc_handler.cpp b/server/supernova/sc/sc_osc_handler.cpp index 75da5af..681b594 100644 --- a/server/supernova/sc/sc_osc_handler.cpp +++ b/server/supernova/sc/sc_osc_handler.cpp @@ -933,7 +933,7 @@ void sc_osc_handler::tcp_connection::handle_message() void sc_osc_handler::start_tcp_accept(void) { - tcp_connection::pointer new_connection = tcp_connection::create(tcp_acceptor_.get_io_service()); + tcp_connection::pointer new_connection = tcp_connection::create(tcp_acceptor_.get_executor().context()); tcp_acceptor_.async_accept(new_connection->socket(), boost::bind(&sc_osc_handler::handle_tcp_accept, this, new_connection, diff --git a/server/supernova/utilities/utils.hpp b/server/supernova/utilities/utils.hpp index ae6aa6f..c148f37 100644 --- a/server/supernova/utilities/utils.hpp +++ b/server/supernova/utilities/utils.hpp @@ -23,6 +23,7 @@ #include +#include #include #include #include -- 2.30.2