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

This commit is contained in:
tobtoht
2025-11-24 22:39:55 +01:00
committed by t1amak
parent f76357f700
commit 4a537bb4e8

View File

@@ -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);