diff options
author | Roman Divacky <rdivacky@FreeBSD.org> | 2009-10-14 17:57:32 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@FreeBSD.org> | 2009-10-14 17:57:32 +0000 |
commit | 59850d0874429601812bc13408cb1f776649027c (patch) | |
tree | b21f6de4e08b89bb7931806bab798fc2a5e3a686 /lib/System/Threading.cpp | |
parent | 18f153bdb9db52e7089a2d5293b96c45a3124a26 (diff) |
Notes
Diffstat (limited to 'lib/System/Threading.cpp')
-rw-r--r-- | lib/System/Threading.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/Threading.cpp b/lib/System/Threading.cpp index a2d7f82715d9..466c46802647 100644 --- a/lib/System/Threading.cpp +++ b/lib/System/Threading.cpp @@ -14,6 +14,7 @@ #include "llvm/System/Threading.h" #include "llvm/System/Atomic.h" #include "llvm/System/Mutex.h" +#include "llvm/Config/config.h" #include <cassert> using namespace llvm; |