r319594 - [AST] Try to fix build bot with modules broken r319589. However real fix may belong to other place.

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 1 15:23:28 PST 2017


Author: eugenezelenko
Date: Fri Dec  1 15:23:28 2017
New Revision: 319594

URL: http://llvm.org/viewvc/llvm-project?rev=319594&view=rev
Log:
[AST] Try to fix build bot with modules broken r319589. However real fix may belong to other place.

Modified:
    cfe/trunk/include/clang/AST/DeclContextInternals.h

Modified: cfe/trunk/include/clang/AST/DeclContextInternals.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclContextInternals.h?rev=319594&r1=319593&r2=319594&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclContextInternals.h (original)
+++ cfe/trunk/include/clang/AST/DeclContextInternals.h Fri Dec  1 15:23:28 2017
@@ -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"




More information about the cfe-commits mailing list