We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527a56f commit 9d73a06Copy full SHA for 9d73a06
1 file changed
src/pthread/thread.cpp
@@ -20,6 +20,7 @@
20
#include <boost/thread/pthread/pthread_helpers.hpp>
21
#include <boost/thread/pthread/pthread_mutex_scoped_lock.hpp>
22
#include <boost/thread/detail/string_trim.hpp>
23
+#include <boost/thread/detail/string_to_unsigned.hpp>
24
25
#ifdef __GLIBC__
26
#include <sys/sysinfo.h>
0 commit comments