Skip to content

Commit

Permalink
fix: modify pthread_helpers adding missing assert header
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Apr 30, 2024
1 parent 62dbfb5 commit 77247d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/thread/pthread/pthread_helpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 77247d9

Please sign in to comment.