commit | 07e7618e95af7354221cd64a208b9184fae43f71 | [log] [tgz] |
---|---|---|
author | Aaron Ballman <aaron@aaronballman.com> | Tue Feb 11 03:40:14 2014 +0000 |
committer | Aaron Ballman <aaron@aaronballman.com> | Tue Feb 11 03:40:14 2014 +0000 |
tree | b496c2c07dc4db45610308d14e2698ed2bf51ea4 | |
parent | 3f5e8b8dc1b73eff352195e3f02bb5752690fb90 [diff] [blame] |
Using the helper API for random number generation. llvm-svn: 201125
diff --git a/llvm/lib/Support/Path.cpp b/llvm/lib/Support/Path.cpp index c2b3f18..1872af5 100644 --- a/llvm/lib/Support/Path.cpp +++ b/llvm/lib/Support/Path.cpp
@@ -15,6 +15,7 @@ #include "llvm/Support/Endian.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/FileSystem.h" +#include "llvm/Support/Process.h" #include <cctype> #include <cstdio> #include <cstring>