aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/benchFFT.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/benchFFT.cpp')
-rw-r--r--bench/benchFFT.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/bench/benchFFT.cpp b/bench/benchFFT.cpp
index 14f5063fb..4b6cabb55 100644
--- a/bench/benchFFT.cpp
+++ b/bench/benchFFT.cpp
@@ -26,6 +26,10 @@
#include <vector>
#include <Eigen/Core>
#include <bench/BenchTimer.h>
+#ifdef USE_FFTW
+#include <fftw3.h>
+#endif
+
#include <unsupported/Eigen/FFT>
using namespace Eigen;