commit | 1600a53bc0f90c9b62d251025d51d1589b6097d4 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Mon Jun 17 17:23:47 2013 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Mon Jun 17 17:23:47 2013 +0000 |
tree | 463745abe44941883225803c7f1981ffa0602274 | |
parent | cde24ef389c4c6bea926caf02dacaa5ed2a0909a [diff] |
Include PathV1.h only where it is used. llvm-svn: 184090
diff --git a/clang/lib/Tooling/Tooling.cpp b/clang/lib/Tooling/Tooling.cpp index e7bfba7..4f3edf3 100644 --- a/clang/lib/Tooling/Tooling.cpp +++ b/clang/lib/Tooling/Tooling.cpp
@@ -26,6 +26,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/Host.h" +#include "llvm/Support/PathV1.h" #include "llvm/Support/raw_ostream.h" // For chdir, see the comment in ClangTool::run for more information.