aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-11 19:59:07 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-11 19:59:07 +0000
commitbe5138885d99d35b56c87590a89637a8a303f58d (patch)
tree22d1aa0df30b52ecdef6f364af00c55222486812 /clang/lib/Frontend/CompilerInvocation.cpp
parentc656225b9dd768d34137fa9d0d5049ffe94b7478 (diff)
downloadllvm-be5138885d99d35b56c87590a89637a8a303f58d.zip
llvm-be5138885d99d35b56c87590a89637a8a303f58d.tar.gz
llvm-be5138885d99d35b56c87590a89637a8a303f58d.tar.bz2
Include PathV1.h in files that use it.
This is preparation for replacing Path.h with PathV2.h. llvm-svn: 183781
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInvocation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp
index 6af3663..3b757909 100644
--- a/clang/lib/Frontend/CompilerInvocation.cpp
+++ b/clang/lib/Frontend/CompilerInvocation.cpp
@@ -29,6 +29,7 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
#include "llvm/Support/system_error.h"
#include <sys/stat.h>
using namespace clang;