Skip to content

Commit 16c4843

Browse files
committed
[bazel] Add missing header file for 31fc0a1
1 parent b929be2 commit 16c4843

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3264,7 +3264,10 @@ cc_library(
32643264
cc_library(
32653265
name = "MeshDialect",
32663266
srcs = ["lib/Dialect/Mesh/IR/MeshOps.cpp"],
3267-
hdrs = ["include/mlir/Dialect/Mesh/IR/MeshOps.h"],
3267+
hdrs = [
3268+
"include/mlir/Dialect/Mesh/IR/MeshDialect.h",
3269+
"include/mlir/Dialect/Mesh/IR/MeshOps.h",
3270+
],
32683271
includes = ["include"],
32693272
deps = [
32703273
":ArithDialect",

0 commit comments

Comments
 (0)