Skip to content

Commit 0a8c938

Browse files
committed
fix: modify pthread_helpers adding missing assert header
1 parent aec18d3 commit 0a8c938

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/boost/thread/pthread/pthread_helpers.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include <boost/thread/detail/config.hpp>
1111
#include <boost/throw_exception.hpp>
12+
#include <boost/assert.hpp>
1213
#include <pthread.h>
1314
#include <errno.h>
1415

0 commit comments

Comments
 (0)