diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-08 00:29:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-08 00:29:32 +0000 |
commit | 8e5a084d47e872a4b4228272d0246facb839e9fb (patch) | |
tree | 437cedba84337ac77017056dab52c741f8feffea /lib/System/Win32/DynamicLibrary.inc | |
parent | c9a4153eef056fad1fd81e783d683aa99841003a (diff) | |
download | external_llvm-8e5a084d47e872a4b4228272d0246facb839e9fb.zip external_llvm-8e5a084d47e872a4b4228272d0246facb839e9fb.tar.gz external_llvm-8e5a084d47e872a4b4228272d0246facb839e9fb.tar.bz2 |
hopefully fix the build on windows.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74977 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Win32/DynamicLibrary.inc')
-rw-r--r-- | lib/System/Win32/DynamicLibrary.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/Win32/DynamicLibrary.inc b/lib/System/Win32/DynamicLibrary.inc index aa04268..ceecb5c 100644 --- a/lib/System/Win32/DynamicLibrary.inc +++ b/lib/System/Win32/DynamicLibrary.inc @@ -12,6 +12,7 @@ //===----------------------------------------------------------------------===// #include "Win32.h" +#include "llvm/System/RWMutex.h" #ifdef __MINGW32__ #include <imagehlp.h> |