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/Frontend | |
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/Frontend')
-rw-r--r-- | unittests/Frontend/FrontendActionTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/Frontend/FrontendActionTest.cpp b/unittests/Frontend/FrontendActionTest.cpp index 2d4befc1f4..84a65450ba 100644 --- a/unittests/Frontend/FrontendActionTest.cpp +++ b/unittests/Frontend/FrontendActionTest.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// #include "clang/AST/RecursiveASTVisitor.h" +#include "clang/AST/ASTContext.h" #include "clang/AST/ASTConsumer.h" #include "clang/Frontend/CompilerInstance.h" #include "clang/Frontend/CompilerInvocation.h" |