summarylogtreecommitdiffstats
path: root/tflite-add-stdint.h-for-int-types-in-internal-Spectr.patch
blob: 024edc91da7424b0a9cd8755d4bacd83ac37030c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 3797ba5ebe9759d2bd23f370b0562b2ff126c993 Mon Sep 17 00:00:00 2001
From: Stephan Hartmann <stha09@googlemail.com>
Date: Fri, 31 Mar 2023 16:01:44 +0000
Subject: [PATCH] tflite: add stdint.h for int types in internal::Spectrogram

---
 tensorflow/lite/kernels/internal/spectrogram.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tensorflow/lite/kernels/internal/spectrogram.cc b/tensorflow/lite/kernels/internal/spectrogram.cc
index a832962a38d..919eebeb3e7 100644
--- a/tensorflow/lite/kernels/internal/spectrogram.cc
+++ b/tensorflow/lite/kernels/internal/spectrogram.cc
@@ -17,6 +17,7 @@ limitations under the License.
 
 #include <assert.h>
 #include <math.h>
+#include <stdint.h>
 
 #include "third_party/fft2d/fft.h"
 
-- 
2.41.0