Skip to content

Commit 3aac143

Browse files
committed
add includes back because of canFoldSlice method
Signed-off-by: hanhanW <[email protected]>
1 parent a23b8dc commit 3aac143

File tree

1 file changed

+1
-0
lines changed
  • mlir/include/mlir/Dialect/Linalg/IR

1 file changed

+1
-0
lines changed

mlir/include/mlir/Dialect/Linalg/IR/Linalg.h

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

1212
#include "mlir/Bytecode/BytecodeOpInterface.h"
13+
#include "mlir/Dialect/Tensor/IR/Tensor.h"
1314
#include "mlir/Dialect/Utils/ReshapeOpsUtils.h"
1415
#include "mlir/Dialect/Utils/StructuredOpsUtils.h"
1516
#include "mlir/IR/AffineExpr.h"

0 commit comments

Comments
 (0)