Merge pull request #10236

4741792 debug_utilities: fix build with Boost ASIO 1.87+ (tobtoht)
This commit is contained in:
tobtoht 2025-12-09 17:53:13 +00:00
commit 6c958f40fa
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472

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