Avoid inclusion of deprecated header (#74)

This commit is contained in:
Peter Dimov 2024-09-30 19:39:47 +03:00 committed by GitHub
parent 162318b931
commit 47d36ce8e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,7 +131,7 @@
#endif
#if defined(BOOST_HAS_THREADS)
#include <boost/detail/lightweight_mutex.hpp>
#include <boost/smart_ptr/detail/lightweight_mutex.hpp>
#include <boost/multi_index/detail/scoped_bilock.hpp>
#endif