[ASTImporter] Make headers self-contained
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 2 Jul 2019 08:01:41 +0000 (08:01 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 2 Jul 2019 08:01:41 +0000 (08:01 +0000)
llvm-svn: 364891

clang/include/clang/AST/ASTImporter.h
clang/include/clang/AST/ASTImporterSharedState.h

index 21b1bbb..68dbc47 100644 (file)
@@ -14,6 +14,7 @@
 #ifndef LLVM_CLANG_AST_ASTIMPORTER_H
 #define LLVM_CLANG_AST_ASTIMPORTER_H
 
+#include "clang/AST/DeclBase.h"
 #include "clang/AST/DeclarationName.h"
 #include "clang/AST/NestedNameSpecifier.h"
 #include "clang/AST/TemplateName.h"
index e384950..3635a62 100644 (file)
@@ -16,6 +16,7 @@
 #define LLVM_CLANG_AST_ASTIMPORTERSHAREDSTATE_H
 
 #include "clang/AST/ASTImporterLookupTable.h"
+#include "clang/AST/Decl.h"
 #include "llvm/ADT/DenseMap.h"
 // FIXME We need this because of ImportError.
 #include "clang/AST/ASTImporter.h"