From f89eb5924d7140625a7a44a29480868cdfda7cfa Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 27 Oct 2024 19:21:10 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 690439369 --- .../compiler/mlir/quantization/tensorflow/quantize_preprocess.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/compiler/mlir/quantization/tensorflow/quantize_preprocess.cc b/tensorflow/compiler/mlir/quantization/tensorflow/quantize_preprocess.cc index fbc28304cbc79e..97293131402638 100644 --- a/tensorflow/compiler/mlir/quantization/tensorflow/quantize_preprocess.cc +++ b/tensorflow/compiler/mlir/quantization/tensorflow/quantize_preprocess.cc @@ -18,6 +18,7 @@ limitations under the License. #include #include #include +#include #include "mhlo/transforms/passes.h" #include "absl/container/flat_hash_set.h"