From 0bfe8809b4805696036c5801f06a652402088505 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Tue, 25 May 2010 17:25:25 +0000 Subject: [PATCH] For compiling on FreeBSD git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@104616 91177308-0d34-0410-b5e6-96231b3b80d8 --- src/thread.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/thread.cpp b/src/thread.cpp index 2a6b2054..f2db6d51 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -9,6 +9,7 @@ #include "thread" #include "exception" +#include #include _LIBCPP_BEGIN_NAMESPACE_STD