2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-07 23:02:13 +00:00

Merge pull request #401 from bazelboost/add-missing-assert-header

add missing assert header in pthreads_helpers.hpp
This commit is contained in:
Andrey Semashev
2026-02-06 13:57:07 +03:00
committed by GitHub

View File

@@ -9,6 +9,7 @@
#include <boost/thread/detail/config.hpp>
#include <boost/throw_exception.hpp>
#include <boost/assert.hpp>
#include <pthread.h>
#include <errno.h>