forked from OSchip/llvm-project
Include PathV1.h in a file that uses it.
llvm-svn: 183786
This commit is contained in:
parent
9c0a584c35
commit
cf833e4c7c
|
@ -26,6 +26,7 @@
|
|||
#include "clang/Tooling/Tooling.h"
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
#include "llvm/Support/Path.h"
|
||||
#include "llvm/Support/PathV1.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace clang {
|
||||
|
|
Loading…
Reference in New Issue