diff --git a/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h b/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h index 451c466fa0c950..642e99d963ef61 100644 --- a/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h +++ b/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h @@ -10,6 +10,7 @@ #define MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H #include "mlir/Support/LLVM.h" +#include namespace mlir { class DialectRegistry; diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index 8340e25352a355..36a9752d580b35 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -3749,10 +3749,10 @@ cc_library( ":BytecodeOpInterface", ":DialectUtils", ":IR", + ":MaskableOpInterface", ":ShapedOpInterfaces", ":SideEffectInterfaces", ":VectorDialect", - ":VectorOpsIncGen", ":ViewLikeInterface", ":XeGPUEnumsIncGen", ":XeGPUIncGen",