fix windows build with boost 1.70

This commit is contained in:
Steven Siloti 2019-04-20 11:48:06 -07:00 committed by Arvid Norberg
parent 039cc4809e
commit 27a49523a3
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ struct ip_change_notifier_impl final : ip_change_notifier
}
else
{
m_hnd.get_io_service().post([cb, err]()
lt::get_io_service(m_hnd).post([cb, err]()
{ cb(error_code(err, system_category())); });
}
}