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] [blame] |
Include PathV1.h only where it is used. llvm-svn: 184090
diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp index e5d3ed4..6eeb737 100644 --- a/clang/lib/Driver/Driver.cpp +++ b/clang/lib/Driver/Driver.cpp
@@ -30,6 +30,7 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/Path.h" +#include "llvm/Support/PathV1.h" #include "llvm/Support/PrettyStackTrace.h" #include "llvm/Support/Program.h" #include "llvm/Support/raw_ostream.h"