debug_utilities: fix build with Boost ASIO 1.87+
Some checks failed
build / Cross-Mac aarch64 (push) Failing after 3m56s
build / ARM v7 (push) Has been cancelled
build / i686 Linux (push) Has been cancelled
build / i686 Win (push) Has been cancelled
build / RISCV 64bit (push) Has been cancelled
build / Cross-Mac x86_64 (push) Has been cancelled
build / x86_64 Linux (push) Has been cancelled
build / x86_64 Freebsd (push) Has been cancelled
build / Win64 (push) Has been cancelled
build / ARM v8 (push) Has been cancelled
Some checks failed
build / Cross-Mac aarch64 (push) Failing after 3m56s
build / ARM v7 (push) Has been cancelled
build / i686 Linux (push) Has been cancelled
build / i686 Win (push) Has been cancelled
build / RISCV 64bit (push) Has been cancelled
build / Cross-Mac x86_64 (push) Has been cancelled
build / x86_64 Linux (push) Has been cancelled
build / x86_64 Freebsd (push) Has been cancelled
build / Win64 (push) Has been cancelled
build / ARM v8 (push) Has been cancelled
This commit is contained in:
@@ -70,8 +70,8 @@ int main(int argc, char* argv[])
|
||||
mlog_configure("", true);
|
||||
|
||||
SL(boost::thread);
|
||||
SL(boost::asio::io_service);
|
||||
SL(boost::asio::io_service::work);
|
||||
SL(boost::asio::io_context);
|
||||
SL(boost::asio::executor_work_guard<boost::asio::io_context::executor_type>);
|
||||
SL(boost::asio::deadline_timer);
|
||||
|
||||
SL(cryptonote::DB_ERROR);
|
||||
|
||||
Reference in New Issue
Block a user