summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SystemUtils.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-13 20:25:38 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-13 20:25:38 +0000
commit7c1023ad2737e6ff8d562412d52e0e2904f004d7 (patch)
tree8db5846eb8207d9382df4495e22d147854ee3cee /llvm/lib/Support/SystemUtils.cpp
parent4a28e827439692b5ab2e929d175555068ffb16a9 (diff)
downloadbcm5719-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.cpp1
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"
OpenPOWER on IntegriCloud