mirror of
https://github.com/boostorg/thread.git
synced 2026-02-09 11:32:12 +00:00
fix: modify pthread_helpers adding missing assert header
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user