diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-13 20:25:38 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-13 20:25:38 +0000 |
commit | 7c1023ad2737e6ff8d562412d52e0e2904f004d7 (patch) | |
tree | 8db5846eb8207d9382df4495e22d147854ee3cee /llvm/lib/Support/SystemUtils.cpp | |
parent | 4a28e827439692b5ab2e929d175555068ffb16a9 (diff) | |
download | bcm5719-llvm-7c1023ad2737e6ff8d562412d52e0e2904f004d7.tar.gz bcm5719-llvm-7c1023ad2737e6ff8d562412d52e0e2904f004d7.zip |
Avoid using PathV1.h in Program.h.
llvm-svn: 183940
Diffstat (limited to 'llvm/lib/Support/SystemUtils.cpp')
-rw-r--r-- | llvm/lib/Support/SystemUtils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/SystemUtils.cpp b/llvm/lib/Support/SystemUtils.cpp index 54b5e97bfe1..b13b57114bf 100644 --- a/llvm/lib/Support/SystemUtils.cpp +++ b/llvm/lib/Support/SystemUtils.cpp @@ -13,6 +13,7 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/SystemUtils.h" +#include "llvm/Support/PathV1.h" #include "llvm/Support/Process.h" #include "llvm/Support/Program.h" #include "llvm/Support/raw_ostream.h" |