mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
debug_utilities: fix build with Boost ASIO 1.87+
This commit is contained in:
@@ -70,8 +70,8 @@ int main(int argc, char* argv[])
|
|||||||
mlog_configure("", true);
|
mlog_configure("", true);
|
||||||
|
|
||||||
SL(boost::thread);
|
SL(boost::thread);
|
||||||
SL(boost::asio::io_service);
|
SL(boost::asio::io_context);
|
||||||
SL(boost::asio::io_service::work);
|
SL(boost::asio::executor_work_guard<boost::asio::io_context::executor_type>);
|
||||||
SL(boost::asio::deadline_timer);
|
SL(boost::asio::deadline_timer);
|
||||||
|
|
||||||
SL(cryptonote::DB_ERROR);
|
SL(cryptonote::DB_ERROR);
|
||||||
|
|||||||
Reference in New Issue
Block a user