diff options
author | Eugene Zelenko <eugene.zelenko@gmail.com> | 2017-12-01 23:23:28 +0000 |
---|---|---|
committer | Eugene Zelenko <eugene.zelenko@gmail.com> | 2017-12-01 23:23:28 +0000 |
commit | 0d01263f7100a87153df29a407d153ac8e0657a4 (patch) | |
tree | d7011151302cf75d15687b5baf882e3391a98286 | |
parent | 3e287b4d3535fefd048306e63f9382c5e03ad3fa (diff) | |
download | bcm5719-llvm-0d01263f7100a87153df29a407d153ac8e0657a4.tar.gz bcm5719-llvm-0d01263f7100a87153df29a407d153ac8e0657a4.zip |
[AST] Try to fix build bot with modules broken r319589. However real fix may belong to other place.
llvm-svn: 319594
-rw-r--r-- | clang/include/clang/AST/DeclContextInternals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/AST/DeclContextInternals.h b/clang/include/clang/AST/DeclContextInternals.h index 5a165b2fe79..6545f70f70b 100644 --- a/clang/include/clang/AST/DeclContextInternals.h +++ b/clang/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" |