diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-11 20:24:32 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-11 20:24:32 +0000 |
commit | 9c0a584c35a35ca28b0110563a82fcabb5f1b50a (patch) | |
tree | 60994267d6b4530d879908281d687b39b8a471b3 /clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp | |
parent | f5efb087d3cd0dbaf01f3dd24572cf35205f9c2f (diff) | |
download | bcm5719-llvm-9c0a584c35a35ca28b0110563a82fcabb5f1b50a.tar.gz bcm5719-llvm-9c0a584c35a35ca28b0110563a82fcabb5f1b50a.zip |
More build fixes.
llvm-svn: 183785
Diffstat (limited to 'clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp')
-rw-r--r-- | clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp | 1 |
1 files changed, 1 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) { |