From b9452ebc1e32c83fdc4ffd5d2feb4617a6470c11 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 23 Mar 2024 20:15:30 +0100 Subject: Get to compile again --- src/ReedSolomon.cpp | 1 + src/RemoteControl.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ReedSolomon.cpp b/src/ReedSolomon.cpp index 38d8ea8..9428e4b 100644 --- a/src/ReedSolomon.cpp +++ b/src/ReedSolomon.cpp @@ -31,6 +31,7 @@ #include #include // For galois.h ... #include // For memcpy +#include extern "C" { #include "fec/fec.h" diff --git a/src/RemoteControl.cpp b/src/RemoteControl.cpp index 18c74b7..8e275e8 100644 --- a/src/RemoteControl.cpp +++ b/src/RemoteControl.cpp @@ -198,7 +198,7 @@ void RemoteControllerTelnet::process(long) // Add a job to start accepting connections. boost::shared_ptr socket( - new tcp::socket(acceptor.get_io_service())); + new tcp::socket(acceptor.get_executor())); // Add an accept call to the service. This will prevent io_service::run() // from returning. -- cgit v1.2.3