Skip to content

Commit 41eb186

Browse files
authored
adds missing header, removes Bazel unnecessary dependency (#110932)
The missing header is necessary to keep building with Bazel happy, and the dependency was erroneously added.
1 parent f4b758d commit 41eb186

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#define MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
1111

1212
#include "mlir/Support/LLVM.h"
13+
#include <cstdint>
1314

1415
namespace mlir {
1516
class DialectRegistry;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3749,10 +3749,10 @@ cc_library(
37493749
":BytecodeOpInterface",
37503750
":DialectUtils",
37513751
":IR",
3752+
":MaskableOpInterface",
37523753
":ShapedOpInterfaces",
37533754
":SideEffectInterfaces",
37543755
":VectorDialect",
3755-
":VectorOpsIncGen",
37563756
":ViewLikeInterface",
37573757
":XeGPUEnumsIncGen",
37583758
":XeGPUIncGen",

0 commit comments

Comments
 (0)