diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-11 19:59:07 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-11 19:59:07 +0000 |
commit | be5138885d99d35b56c87590a89637a8a303f58d (patch) | |
tree | 22d1aa0df30b52ecdef6f364af00c55222486812 /clang/lib/Frontend/DependencyFile.cpp | |
parent | c656225b9dd768d34137fa9d0d5049ffe94b7478 (diff) | |
download | bcm5719-llvm-be5138885d99d35b56c87590a89637a8a303f58d.tar.gz bcm5719-llvm-be5138885d99d35b56c87590a89637a8a303f58d.zip |
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/DependencyFile.cpp')
-rw-r--r-- | clang/lib/Frontend/DependencyFile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Frontend/DependencyFile.cpp b/clang/lib/Frontend/DependencyFile.cpp index 628def68e5e..0c6ab4a0bd8 100644 --- a/clang/lib/Frontend/DependencyFile.cpp +++ b/clang/lib/Frontend/DependencyFile.cpp @@ -22,6 +22,7 @@ #include "clang/Lex/Preprocessor.h" #include "llvm/ADT/StringSet.h" #include "llvm/Support/Path.h" +#include "llvm/Support/PathV1.h" #include "llvm/Support/raw_ostream.h" using namespace clang; |