From 738cc28f4d8c98c71569d3f4641611524433aeea Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 6 Jul 2009 17:24:48 +0000 Subject: [PATCH] improve portability to windows, patch by Xerces Ranby! llvm-svn: 74835 --- llvm/lib/System/Threading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/System/Threading.cpp b/llvm/lib/System/Threading.cpp index a2d7f82715d9..c6a8214eb59e 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 - using namespace llvm; static bool multithreaded_mode = false;