From 1c543401741f1328b65d30a764f6273ddf9b60b6 Mon Sep 17 00:00:00 2001 From: Mark Borgerding Date: Sun, 31 May 2009 15:44:57 -0400 Subject: more work on ei_fftw_impl --- unsupported/test/FFT.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'unsupported/test/FFT.cpp') diff --git a/unsupported/test/FFT.cpp b/unsupported/test/FFT.cpp index 32d1393d0..28230e1c4 100644 --- a/unsupported/test/FFT.cpp +++ b/unsupported/test/FFT.cpp @@ -23,6 +23,11 @@ // Eigen. If not, see . #include "main.h" +//#define USE_FFTW +#ifdef USE_FFTW +#include +#endif + #include using namespace std; -- cgit v1.2.3