Fix compilation of FFTW unit test

(grafted from 7a43af1a335da2c0489b4119a33ee1cbff0c15d6
)
This commit is contained in:
Gael Guennebaud 2019-10-08 08:58:35 +02:00
parent 8ee2e10af4
commit 3cf273591a

View File

@ -8,6 +8,7 @@
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/. // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
#include "main.h" #include "main.h"
#include <cstdint>
#include <unsupported/Eigen/FFT> #include <unsupported/Eigen/FFT>
template <typename T> template <typename T>