commit | a13d2bceaea04cb7c16b4cfbeb06f12f8e90c6c9 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Wed Jul 04 20:33:53 2012 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Wed Jul 04 20:33:53 2012 +0000 |
tree | e0e9d20cc9f300fcbfd42a11205598617b121557 | |
parent | 471c8b49982d1132f30b0b0da27fef94fd6e4f67 [diff] [blame] |
Update unittests for include change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159724 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/unittests/Frontend/FrontendActionTest.cpp b/unittests/Frontend/FrontendActionTest.cpp index 2d4befc..84a6545 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"