diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-22 21:34:32 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-22 21:34:32 -0300 |
commit | e30dce3c53b7ce12f24f6e777032ac32baa0f2d6 (patch) | |
tree | 9ef687e29f54907e50bf39c796380c0ecc451f3d /log-fourier.hpp | |
parent | a89d8a7325405f4110af7752c4dd6c93820028d4 (diff) | |
download | code-e30dce3c53b7ce12f24f6e777032ac32baa0f2d6.tar.gz code-e30dce3c53b7ce12f24f6e777032ac32baa0f2d6.tar.bz2 code-e30dce3c53b7ce12f24f6e777032ac32baa0f2d6.zip |
Explicitly include tuple header in log-fourier.hpp
Diffstat (limited to 'log-fourier.hpp')
-rw-r--r-- | log-fourier.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/log-fourier.hpp b/log-fourier.hpp index b11db0f..e232bd6 100644 --- a/log-fourier.hpp +++ b/log-fourier.hpp @@ -4,6 +4,7 @@ #include <cmath> #include <fftw3.h> #include <vector> +#include <tuple> #include <gsl/gsl_sf_gamma.h> class LogarithmicFourierTransform { |