src/core/debugger/debugger.cpp:9:10: fatal error: 'boost/process/async_pipe.hpp' file not found 9 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- src/core/debugger/debugger.cpp.orig 2024-03-01 07:57:00 UTC +++ src/core/debugger/debugger.cpp @@ -6,7 +6,7 @@ #include #include -#include +#include #include "common/logging/log.h" #include "common/polyfill_thread.h" @@ -326,7 +326,7 @@ class DebuggerImpl : public DebuggerBackend { (private struct ConnectionState { boost::asio::ip::tcp::socket client_socket; - boost::process::async_pipe signal_pipe; + boost::process::v1::async_pipe signal_pipe; SignalInfo info; Kernel::KScopedAutoObject active_thread;