commit | 738cc28f4d8c98c71569d3f4641611524433aeea | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Jul 06 17:24:48 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Jul 06 17:24:48 2009 +0000 |
tree | 37cb5ed000f62121187a504d377dc2ed5e744ada | |
parent | 5a2e52182aa88667916e88ed59279457a14a669a [diff] [blame] |
improve portability to windows, patch by Xerces Ranby! llvm-svn: 74835
diff --git a/llvm/lib/System/Threading.cpp b/llvm/lib/System/Threading.cpp index a2d7f82..c6a8214 100644 --- a/llvm/lib/System/Threading.cpp +++ b/llvm/lib/System/Threading.cpp
@@ -14,8 +14,8 @@ #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; static bool multithreaded_mode = false;