Include PathV1.h in a file that uses it.

llvm-svn: 183786
This commit is contained in:
Rafael Espindola 2013-06-11 20:31:32 +00:00
parent 9c0a584c35
commit cf833e4c7c
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include "clang/Tooling/Tooling.h" #include "clang/Tooling/Tooling.h"
#include "llvm/ADT/SmallString.h" #include "llvm/ADT/SmallString.h"
#include "llvm/Support/Path.h" #include "llvm/Support/Path.h"
#include "llvm/Support/PathV1.h"
#include "gtest/gtest.h" #include "gtest/gtest.h"
namespace clang { namespace clang {