Added missing #include

llvm-svn: 148749
This commit is contained in:
Howard Hinnant 2012-01-23 23:51:56 +00:00
parent 1a74724fc9
commit 671caae892
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
// for each chunk. The overhead of each chunk is kept low by keeping pointers
// as two byte offsets within the heap, rather than (4 or 8 byte) pointers.
#include <pthread.h>
namespace {
static pthread_mutex_t heap_mutex = PTHREAD_MUTEX_INITIALIZER;