diff options
-rw-r--r-- | fourier.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fourier.hpp b/fourier.hpp index 3925058..086660a 100644 --- a/fourier.hpp +++ b/fourier.hpp @@ -3,6 +3,7 @@ #include <fftw3.h> #include <complex> #include <vector> +#include <tuple> using Real = double; using Complex = std::complex<Real>; |