From aa3f6f3a5ae57fd06e973f863fc1ac7f8dd67a8d Mon Sep 17 00:00:00 2001 From: suleshahid <110432064+suleshahid@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:28:08 -0800 Subject: [PATCH] Add missing include in test_helper_custom_ops (#3009) BUG=add missing include. --- tensorflow/lite/micro/test_helper_custom_ops.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/lite/micro/test_helper_custom_ops.cc b/tensorflow/lite/micro/test_helper_custom_ops.cc index 4d71f7e3f8c..6443c607151 100644 --- a/tensorflow/lite/micro/test_helper_custom_ops.cc +++ b/tensorflow/lite/micro/test_helper_custom_ops.cc @@ -27,6 +27,7 @@ limitations under the License. #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" #include "tensorflow/lite/kernels/kernel_util.h" #include "tensorflow/lite/micro/kernels/kernel_util.h" +#include "tensorflow/lite/micro/micro_log.h" #include "tensorflow/lite/micro/micro_utils.h" #include "tensorflow/lite/schema/schema_generated.h"