diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2014-02-11 03:40:14 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2014-02-11 03:40:14 +0000 |
commit | 07e7618e95af7354221cd64a208b9184fae43f71 (patch) | |
tree | b496c2c07dc4db45610308d14e2698ed2bf51ea4 /llvm/lib/Support/Path.cpp | |
parent | 3f5e8b8dc1b73eff352195e3f02bb5752690fb90 (diff) | |
download | bcm5719-llvm-07e7618e95af7354221cd64a208b9184fae43f71.tar.gz bcm5719-llvm-07e7618e95af7354221cd64a208b9184fae43f71.zip |
Using the helper API for random number generation.
llvm-svn: 201125
Diffstat (limited to 'llvm/lib/Support/Path.cpp')
-rw-r--r-- | llvm/lib/Support/Path.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Path.cpp b/llvm/lib/Support/Path.cpp index c2b3f1863ea..1872af55ed6 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> |