From 0a779c6d237e5b3df12bb3fde1ffdb4c6c3cbe2c Mon Sep 17 00:00:00 2001 From: TFLM-bot Date: Wed, 25 Sep 2024 22:03:18 +0000 Subject: [PATCH] Sync from upstream TF. --- tensorflow/lite/kernels/internal/reference/comparisons.cc | 4 ++++ tensorflow/lite/kernels/internal/reference/comparisons.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/tensorflow/lite/kernels/internal/reference/comparisons.cc b/tensorflow/lite/kernels/internal/reference/comparisons.cc index 86b4a6af0c0..36ce951ec17 100644 --- a/tensorflow/lite/kernels/internal/reference/comparisons.cc +++ b/tensorflow/lite/kernels/internal/reference/comparisons.cc @@ -15,6 +15,10 @@ limitations under the License. #include "tensorflow/lite/kernels/internal/reference/comparisons.h" +#include "tensorflow/lite/kernels/internal/common.h" +#include "tensorflow/lite/kernels/internal/compatibility.h" +#include "tensorflow/lite/kernels/internal/runtime_shape.h" + namespace tflite { namespace reference_ops { diff --git a/tensorflow/lite/kernels/internal/reference/comparisons.h b/tensorflow/lite/kernels/internal/reference/comparisons.h index 366b378c825..a9f1e42c0a6 100644 --- a/tensorflow/lite/kernels/internal/reference/comparisons.h +++ b/tensorflow/lite/kernels/internal/reference/comparisons.h @@ -16,7 +16,9 @@ limitations under the License. #define TENSORFLOW_LITE_KERNELS_INTERNAL_REFERENCE_COMPARISONS_H_ #include "tensorflow/lite/core/c/common.h" +#include "tensorflow/lite/core/macros.h" #include "tensorflow/lite/kernels/internal/common.h" +#include "tensorflow/lite/kernels/internal/runtime_shape.h" #include "tensorflow/lite/kernels/internal/types.h" namespace tflite {