boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
197 stars 162 forks source link

add missing assert header in pthreads_helpers.hpp #401

Open zaucy opened 2 months ago

zaucy commented 2 months ago

BOOST_VERIFY is used in this header, but doesn't include <boost/assert.hpp>. Discovered while trying to get tests to compile with Bazel.