File qt-dab-fix-build-with-gcc13.patch of Package qt-dab

12
 
1
diff -up qt-dab-qt-dab-4.7-5.4/fft/fft-complex.cpp.aaaa qt-dab-qt-dab-4.7-5.4/fft/fft-complex.cpp
2
--- qt-dab-qt-dab-4.7-5.4/fft/fft-complex.cpp.aaaa  2023-10-01 00:04:25.120008973 +0200
3
+++ qt-dab-qt-dab-4.7-5.4/fft/fft-complex.cpp   2023-10-01 00:05:01.287084302 +0200
4
@@ -27,6 +27,7 @@
5
 #define _USE_MATH_DEFINES
6
 #include   <math.h>
7
 #include   <string.h>
8
+#include   <cstdint>
9
 
10
 
11
 #ifndef M_PI
12