1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/eigen/fftw-test-fix.patch

11 lines
439 B
Diff

diff -urw src/eigen-eigen/unsupported/test/FFTW.cpp eigen-eigen/unsupported/test/FFTW.cpp
--- src/eigen-eigen/unsupported/test/FFTW.cpp 2018-12-11 17:57:55.000000000 +0000
+++ eigen-eigen/unsupported/test/FFTW.cpp 2019-10-06 22:32:27.239613362 +0000
@@ -8,6 +8,7 @@
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
#include "main.h"
+#include <stdint.h>
#include <unsupported/Eigen/FFT>
template <typename T>