2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-13 12:52:11 +00:00

Apply patch #11302.

This commit is contained in:
Vicente J. Botet Escriba
2015-05-18 21:26:46 +02:00
parent e39703ff18
commit 4d45da6c06
2 changed files with 5 additions and 2 deletions

View File

@@ -15,7 +15,9 @@
#include <pthread.h>
#include <stdlib.h>
#include <memory>
#if defined BOOST_THREAD_PATCH
#include <string.h> // memcmp.
#endif
namespace boost
{
namespace thread_detail