================ @@ -20,6 +20,7 @@ #include "clang/Basic/TargetBuiltins.h" #include "clang/CIR/Dialect/IR/CIRTypes.h" #include "clang/CIR/MissingFeatures.h" +#include "llvm/Support/Casting.h" ---------------- Priyanshu3820 wrote:
yes, since we're using mlir::cast, it is indeed not needed. Will remove it https://github.com/llvm/llvm-project/pull/171615 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
