https://github.com/tensorflow/tensorflow/pull/60299 From 9dbee4329ffd0474b939927f6d337959fb72318a Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Fri, 31 Mar 2023 16:01:44 +0000 Subject: [PATCH] tflite: add stdint.h for int types in internal::Spectrogram --- a/third_party/tflite/src/tensorflow/lite/kernels/internal/spectrogram.cc +++ b/third_party/tflite/src/tensorflow/lite/kernels/internal/spectrogram.cc @@ -17,6 +17,7 @@ limitations under the License. #include #include +#include #include "third_party/fft2d/fft.h"