From 50fc56a208400761b9de7e2c3d5de36934a65cad Mon Sep 17 00:00:00 2001 From: Adrian Kuegel Date: Thu, 24 Dec 2020 01:39:24 -0800 Subject: [PATCH] Fix header include. It should not have the third_party prefix, this doesn't work in open source. PiperOrigin-RevId: 348905548 --- lib/Dialect/mhlo/transforms/chlo_legalize_to_hlo_pass.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Dialect/mhlo/transforms/chlo_legalize_to_hlo_pass.cc b/lib/Dialect/mhlo/transforms/chlo_legalize_to_hlo_pass.cc index d1f3913..af4fa3f 100644 --- a/lib/Dialect/mhlo/transforms/chlo_legalize_to_hlo_pass.cc +++ b/lib/Dialect/mhlo/transforms/chlo_legalize_to_hlo_pass.cc @@ -20,8 +20,8 @@ limitations under the License. #include "mlir/Dialect/SCF/SCF.h" #include "mlir/Dialect/Shape/IR/Shape.h" #include "mlir/Dialect/StandardOps/IR/Ops.h" +#include "mlir/Dialect/Tensor/IR/Tensor.h" #include "mlir/Pass/Pass.h" -#include "third_party/llvm/llvm-project/mlir/include/mlir/Dialect/Tensor/IR/Tensor.h" namespace mlir { namespace mhlo {