Otherwise, this can lead to compile failures if a user/subclass of
FrontendAction doesn't #include this file, even if CreateASTConsumer
isn't used directly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215353
91177308-0d34-0410-b5e6-
96231b3b80d8
#ifndef LLVM_CLANG_FRONTEND_FRONTENDACTION_H
#define LLVM_CLANG_FRONTEND_FRONTENDACTION_H
+#include "clang/AST/ASTConsumer.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/LangOptions.h"
#include "clang/Frontend/ASTUnit.h"
#include <vector>
namespace clang {
-class ASTConsumer;
class ASTMergeAction;
class CompilerInstance;