From: Eugene Zelenko Date: Fri, 1 Dec 2017 23:23:28 +0000 (+0000) Subject: [AST] Try to fix build bot with modules broken r319589. However real fix may belong... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a15f7d3b4a237c3c118ba803ed9975aae4538a5;p=clang [AST] Try to fix build bot with modules broken r319589. However real fix may belong to other place. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319594 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclContextInternals.h b/include/clang/AST/DeclContextInternals.h index 5a165b2fe7..6545f70f70 100644 --- a/include/clang/AST/DeclContextInternals.h +++ b/include/clang/AST/DeclContextInternals.h @@ -17,6 +17,7 @@ #include "clang/AST/Decl.h" #include "clang/AST/DeclBase.h" +#include "clang/AST/DeclCXX.h" #include "clang/AST/DeclarationName.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/PointerIntPair.h"