diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-07-04 20:33:53 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-07-04 20:33:53 +0000 |
commit | a13d2bceaea04cb7c16b4cfbeb06f12f8e90c6c9 (patch) | |
tree | e0e9d20cc9f300fcbfd42a11205598617b121557 /unittests/Tooling/RefactoringTest.cpp | |
parent | 471c8b49982d1132f30b0b0da27fef94fd6e4f67 (diff) |
Update unittests for include change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159724 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Tooling/RefactoringTest.cpp')
-rw-r--r-- | unittests/Tooling/RefactoringTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/Tooling/RefactoringTest.cpp b/unittests/Tooling/RefactoringTest.cpp index 931c761178..8d9695590a 100644 --- a/unittests/Tooling/RefactoringTest.cpp +++ b/unittests/Tooling/RefactoringTest.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// #include "RewriterTestContext.h" +#include "clang/AST/ASTContext.h" #include "clang/AST/ASTConsumer.h" #include "clang/AST/DeclCXX.h" #include "clang/AST/DeclGroup.h" |