diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index 507cca8faabd..bff77e6797e3 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -14087,6 +14087,8 @@ cc_library( hdrs = glob(["include/mlir/Reducer/*.h"]), includes = ["include"], deps = [ + ":ControlFlowDialect", + ":ControlFlowInterfaces", ":DialectReductionPatternInterfaceIncGen", ":IR", ":Pass",