================ @@ -35,6 +35,7 @@ #include "clang/AST/Stmt.h" #include "clang/AST/TemplateBase.h" #include "clang/AST/Type.h" +#include "clang/AST/TypeBase.h" ---------------- mizvekov wrote:
Shouldn't need to include TypeBase, that's an internal header, and since Type.h is already included anyway. ```suggestion ``` https://github.com/llvm/llvm-project/pull/169445 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
