Skip to content

Commit 65eb402

Browse files
committed
[mlir][tosa] Added missing includes on PassDetails.h
Includes were missing in the PassDetails.h that cause downstream failures on TOSA passes. Differential Revision: https://reviews.llvm.org/D105323
1 parent e59f022 commit 65eb402

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/include/mlir/Dialect/Tosa/Transforms/PassDetail.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#ifndef MLIR_DIALECT_TOSA_TRANSFORMS_PASSDETAIL_H
1010
#define MLIR_DIALECT_TOSA_TRANSFORMS_PASSDETAIL_H
1111

12+
#include "mlir/Dialect/StandardOps/IR/Ops.h"
13+
#include "mlir/Dialect/Tensor/IR/Tensor.h"
1214
#include "mlir/Pass/Pass.h"
1315

1416
namespace mlir {

0 commit comments

Comments
 (0)