From 4a15f7d3b4a237c3c118ba803ed9975aae4538a5 Mon Sep 17 00:00:00 2001 From: Eugene Zelenko Date: Fri, 1 Dec 2017 23:23:28 +0000 Subject: [PATCH] [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 --- include/clang/AST/DeclContextInternals.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.1