summaryrefslogtreecommitdiff
path: root/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
commit675e0ac0bfd6fb78423d9fbee9f50c1dec62c111 (patch)
treef5a9c3b5ad5e0bccc3366b4ea705d4cf9195473c /lib/Support/SystemUtils.cpp
parent11729224bf93d61ca6c31c02bfe4f1b171f8a4a7 (diff)
downloadllvm-675e0ac0bfd6fb78423d9fbee9f50c1dec62c111.tar.gz
llvm-675e0ac0bfd6fb78423d9fbee9f50c1dec62c111.tar.bz2
llvm-675e0ac0bfd6fb78423d9fbee9f50c1dec62c111.tar.xz
Avoid using PathV1.h in Program.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183940 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/SystemUtils.cpp')
-rw-r--r--lib/Support/SystemUtils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/SystemUtils.cpp b/lib/Support/SystemUtils.cpp
index 54b5e97bfe..b13b57114b 100644
--- a/lib/Support/SystemUtils.cpp
+++ b/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"