Skip to content

Commit 0a779c6

Browse files
committed
Sync from upstream TF.
1 parent c9212e2 commit 0a779c6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tensorflow/lite/kernels/internal/reference/comparisons.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ limitations under the License.
1515

1616
#include "tensorflow/lite/kernels/internal/reference/comparisons.h"
1717

18+
#include "tensorflow/lite/kernels/internal/common.h"
19+
#include "tensorflow/lite/kernels/internal/compatibility.h"
20+
#include "tensorflow/lite/kernels/internal/runtime_shape.h"
21+
1822
namespace tflite {
1923
namespace reference_ops {
2024

tensorflow/lite/kernels/internal/reference/comparisons.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ limitations under the License.
1616
#define TENSORFLOW_LITE_KERNELS_INTERNAL_REFERENCE_COMPARISONS_H_
1717

1818
#include "tensorflow/lite/core/c/common.h"
19+
#include "tensorflow/lite/core/macros.h"
1920
#include "tensorflow/lite/kernels/internal/common.h"
21+
#include "tensorflow/lite/kernels/internal/runtime_shape.h"
2022
#include "tensorflow/lite/kernels/internal/types.h"
2123

2224
namespace tflite {

0 commit comments

Comments
 (0)