Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Oct 14, 2023
1 parent 527a56f commit 9d73a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pthread/thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <boost/thread/pthread/pthread_helpers.hpp>
#include <boost/thread/pthread/pthread_mutex_scoped_lock.hpp>
#include <boost/thread/detail/string_trim.hpp>
#include <boost/thread/detail/string_to_unsigned.hpp>

#ifdef __GLIBC__
#include <sys/sysinfo.h>
Expand Down

0 comments on commit 9d73a06

Please sign in to comment.