summaryrefslogtreecommitdiff
path: root/fourier.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2025-04-03 22:25:19 -0300
committerJaron Kent-Dobias <jaron@kent-dobias.com>2025-04-03 22:25:19 -0300
commit82c348698ccaa41b2f455ba017113cab03590016 (patch)
treeb44b502f957b32064ca4791e838840de149b7444 /fourier.hpp
parent97b41a2627116b8d08f97b77ea64c5488c0d0aaa (diff)
downloadcode-82c348698ccaa41b2f455ba017113cab03590016.tar.gz
code-82c348698ccaa41b2f455ba017113cab03590016.tar.bz2
code-82c348698ccaa41b2f455ba017113cab03590016.zip
Explicitly included tuple
Diffstat (limited to 'fourier.hpp')
-rw-r--r--fourier.hpp1
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>;