Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 701434308
  • Loading branch information
ai-edge-bot authored and copybara-github committed Nov 30, 2024
1 parent 9110ee5 commit c3c5fb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tflite/core/api/op_resolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cstddef>
#include <functional>
#include <limits>
#include <memory>
Expand Down
2 changes: 2 additions & 0 deletions tflite/core/api/op_resolver_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ limitations under the License.

#include "tflite/core/api/op_resolver.h"

#include <cstdarg>
#include <cstdio>
#include <cstring>

#include <gtest/gtest.h>
Expand Down

0 comments on commit c3c5fb6

Please sign in to comment.