summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/RandomNumberGenerator.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-03-05 18:05:37 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-03-05 18:05:37 +0000
commitd652fd2996ce31dfd35dd2a9c58bf051ca7fff44 (patch)
tree79536ae10cf5fef47abfaa9f60f1537b0fe9cd29 /llvm/lib/Support/RandomNumberGenerator.cpp
parent92d00d6a94bb341a1ed677031280e14863d4bb28 (diff)
Notes
Diffstat (limited to 'llvm/lib/Support/RandomNumberGenerator.cpp')
-rw-r--r--llvm/lib/Support/RandomNumberGenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/RandomNumberGenerator.cpp b/llvm/lib/Support/RandomNumberGenerator.cpp
index 09fad19799859..f9c41ee5eaaf0 100644
--- a/llvm/lib/Support/RandomNumberGenerator.cpp
+++ b/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