Skip to content

Commit 9d73a06

Browse files
committed
Add missing include
1 parent 527a56f commit 9d73a06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pthread/thread.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <boost/thread/pthread/pthread_helpers.hpp>
2121
#include <boost/thread/pthread/pthread_mutex_scoped_lock.hpp>
2222
#include <boost/thread/detail/string_trim.hpp>
23+
#include <boost/thread/detail/string_to_unsigned.hpp>
2324

2425
#ifdef __GLIBC__
2526
#include <sys/sysinfo.h>

0 commit comments

Comments
 (0)