From 7c1023ad2737e6ff8d562412d52e0e2904f004d7 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 13 Jun 2013 20:25:38 +0000 Subject: Avoid using PathV1.h in Program.h. llvm-svn: 183940 --- llvm/lib/Support/SystemUtils.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Support/SystemUtils.cpp') 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" -- cgit v1.2.3