diff --git a/unsupported/Eigen/src/FFT/ei_fftw_impl.h b/unsupported/Eigen/src/FFT/ei_fftw_impl.h index d49aa17f5..7c1f716e2 100644 --- a/unsupported/Eigen/src/FFT/ei_fftw_impl.h +++ b/unsupported/Eigen/src/FFT/ei_fftw_impl.h @@ -231,6 +231,8 @@ namespace internal { protected: typedef fftw_plan PlanData; + typedef Eigen::numext::int64_t int64_t; + typedef std::map PlanMap; PlanMap m_plans; diff --git a/unsupported/test/FFTW.cpp b/unsupported/test/FFTW.cpp index a39831a13..cfe559ebd 100644 --- a/unsupported/test/FFTW.cpp +++ b/unsupported/test/FFTW.cpp @@ -8,7 +8,6 @@ // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. #include "main.h" -#include #include template