[clang-tools-extra] r183785 - More build fixes.
Rafael Espindola
rafael.espindola at gmail.com
Tue Jun 11 13:24:33 PDT 2013
Author: rafael
Date: Tue Jun 11 15:24:32 2013
New Revision: 183785
URL: http://llvm.org/viewvc/llvm-project?rev=183785&view=rev
Log:
More build fixes.
Modified:
clang-tools-extra/trunk/unittests/cpp11-migrate/IncludeExcludeTest.cpp
clang-tools-extra/trunk/unittests/cpp11-migrate/TransformTest.cpp
Modified: clang-tools-extra/trunk/unittests/cpp11-migrate/IncludeExcludeTest.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/unittests/cpp11-migrate/IncludeExcludeTest.cpp?rev=183785&r1=183784&r2=183785&view=diff
==============================================================================
--- clang-tools-extra/trunk/unittests/cpp11-migrate/IncludeExcludeTest.cpp (original)
+++ clang-tools-extra/trunk/unittests/cpp11-migrate/IncludeExcludeTest.cpp Tue Jun 11 15:24:32 2013
@@ -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) {
Modified: clang-tools-extra/trunk/unittests/cpp11-migrate/TransformTest.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/unittests/cpp11-migrate/TransformTest.cpp?rev=183785&r1=183784&r2=183785&view=diff
==============================================================================
--- clang-tools-extra/trunk/unittests/cpp11-migrate/TransformTest.cpp (original)
+++ clang-tools-extra/trunk/unittests/cpp11-migrate/TransformTest.cpp Tue Jun 11 15:24:32 2013
@@ -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;
More information about the cfe-commits
mailing list