diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Support/RandomNumberGenerator.cpp')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/Support/RandomNumberGenerator.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/Support/RandomNumberGenerator.cpp b/contrib/llvm-project/llvm/lib/Support/RandomNumberGenerator.cpp index 09fad1979985..f9c41ee5eaaf 100644 --- a/contrib/llvm-project/llvm/lib/Support/RandomNumberGenerator.cpp +++ b/contrib/llvm-project/llvm/lib/Support/RandomNumberGenerator.cpp @@ -17,7 +17,7 @@  #include "llvm/Support/Debug.h"  #include "llvm/Support/raw_ostream.h"  #ifdef _WIN32 -#include "Windows/WindowsSupport.h" +#include "llvm/Support/Windows/WindowsSupport.h"  #else  #include "Unix/Unix.h"  #endif  | 
