forked from boostorg/unordered
Fix header includes for boost::shared_lock
This commit is contained in:
@ -20,7 +20,8 @@
|
|||||||
#pragma clang diagnostic ignored "-Wshorten-64-to-32"
|
#pragma clang diagnostic ignored "-Wshorten-64-to-32"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/thread/shared_mutex.hpp>
|
#include <boost/thread/locks.hpp>
|
||||||
|
#include <boost/thread/lock_types.hpp>
|
||||||
|
|
||||||
#ifdef BOOST_GCC
|
#ifdef BOOST_GCC
|
||||||
#pragma GCC diagnostic pop
|
#pragma GCC diagnostic pop
|
||||||
|
Reference in New Issue
Block a user