diff options
| author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-03 22:25:19 -0300 |
|---|---|---|
| committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-03 22:25:19 -0300 |
| commit | 82c348698ccaa41b2f455ba017113cab03590016 (patch) | |
| tree | b44b502f957b32064ca4791e838840de149b7444 | |
| parent | 97b41a2627116b8d08f97b77ea64c5488c0d0aaa (diff) | |
| download | code-82c348698ccaa41b2f455ba017113cab03590016.tar.gz code-82c348698ccaa41b2f455ba017113cab03590016.tar.bz2 code-82c348698ccaa41b2f455ba017113cab03590016.zip | |
Explicitly included tuple
| -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>; |
