mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
Implement c++03 compatible fix for changeset 7a43af1a33
This commit is contained in:
parent
196de2efe3
commit
f0a4642bab
@ -231,6 +231,8 @@ namespace internal {
|
||||
protected:
|
||||
typedef fftw_plan<Scalar> PlanData;
|
||||
|
||||
typedef Eigen::numext::int64_t int64_t;
|
||||
|
||||
typedef std::map<int64_t,PlanData> PlanMap;
|
||||
|
||||
PlanMap m_plans;
|
||||
|
@ -8,7 +8,6 @@
|
||||
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#include "main.h"
|
||||
#include <cstdint>
|
||||
#include <unsupported/Eigen/FFT>
|
||||
|
||||
template <typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user