hopefully fix the build on windows.
authorChris Lattner <sabre@nondot.org>
Wed, 8 Jul 2009 00:29:32 +0000 (00:29 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Jul 2009 00:29:32 +0000 (00:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74977 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Win32/DynamicLibrary.inc

index aa04268406d45832034de1e5baefc9697940369c..ceecb5c09300044b957cbf4a2b1f75b8a23dc4f2 100644 (file)
@@ -12,6 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "Win32.h"
+#include "llvm/System/RWMutex.h"
 
 #ifdef __MINGW32__
  #include <imagehlp.h>