2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-19 04:42:13 +00:00

Add missing include

This commit is contained in:
Peter Dimov
2023-10-14 04:12:09 +03:00
parent 527a56f242
commit 9d73a06e06

View File

@@ -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>