================ @@ -8,6 +8,7 @@ #include "mlir/Dialect/Utils/ReshapeOpsUtils.h" +#include "mlir/Dialect/Arith/IR/Arith.h" ---------------- ftynse wrote: Dialect/Utils must not depend on a specific dialect. https://github.com/llvm/llvm-project/pull/90040