diff options
Diffstat (limited to 'clang-tools-extra/unittests/cpp11-migrate')
-rw-r--r-- | clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp | 1 | ||||
-rw-r--r-- | clang-tools-extra/unittests/cpp11-migrate/TransformTest.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp b/clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp index aba81213ac3..19f9dbf2c29 100644 --- a/clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp +++ b/clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp @@ -1,6 +1,7 @@ #include "Core/IncludeExcludeInfo.h" #include "gtest/gtest.h" #include "llvm/Support/Path.h" +#include "llvm/Support/PathV1.h" #include <fstream> TEST(IncludeExcludeTest, ParseString) { diff --git a/clang-tools-extra/unittests/cpp11-migrate/TransformTest.cpp b/clang-tools-extra/unittests/cpp11-migrate/TransformTest.cpp index 447feb4d969..cdb665a84c8 100644 --- a/clang-tools-extra/unittests/cpp11-migrate/TransformTest.cpp +++ b/clang-tools-extra/unittests/cpp11-migrate/TransformTest.cpp @@ -4,6 +4,7 @@ #include "clang/AST/DeclGroup.h" #include "llvm/Support/Process.h" #include "llvm/Support/Path.h" +#include "llvm/Support/PathV1.h" using namespace clang; |