From c3c5fb6b5ce84c815c85279ca1c3f5f7a972cb20 Mon Sep 17 00:00:00 2001 From: Google AI Edge Date: Fri, 29 Nov 2024 23:45:19 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 701434308 --- tflite/core/api/op_resolver.h | 1 + tflite/core/api/op_resolver_test.cc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/tflite/core/api/op_resolver.h b/tflite/core/api/op_resolver.h index 33c3e53c..986909d9 100644 --- a/tflite/core/api/op_resolver.h +++ b/tflite/core/api/op_resolver.h @@ -15,6 +15,7 @@ limitations under the License. #ifndef TENSORFLOW_LITE_CORE_API_OP_RESOLVER_H_ #define TENSORFLOW_LITE_CORE_API_OP_RESOLVER_H_ +#include #include #include #include diff --git a/tflite/core/api/op_resolver_test.cc b/tflite/core/api/op_resolver_test.cc index a19f2dfa..f833d645 100644 --- a/tflite/core/api/op_resolver_test.cc +++ b/tflite/core/api/op_resolver_test.cc @@ -15,6 +15,8 @@ limitations under the License. #include "tflite/core/api/op_resolver.h" +#include +#include #include #include