From 9c0a584c35a35ca28b0110563a82fcabb5f1b50a Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 11 Jun 2013 20:24:32 +0000 Subject: More build fixes. llvm-svn: 183785 --- clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp | 1 + clang-tools-extra/unittests/cpp11-migrate/TransformTest.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'clang-tools-extra/unittests/cpp11-migrate') 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 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; -- cgit v1.2.3