diff options
Diffstat (limited to 'gr-fft/lib/fft.cc')
-rw-r--r-- | gr-fft/lib/fft.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/lib/fft.cc b/gr-fft/lib/fft.cc index 7239357196..b111942e21 100644 --- a/gr-fft/lib/fft.cc +++ b/gr-fft/lib/fft.cc @@ -12,7 +12,7 @@ #include <gnuradio/gr_complex.h> #include <gnuradio/sys_paths.h> #include <fftw3.h> -#include <volk/volk.h> +#include <boost/format.hpp> #ifdef _WIN32 // http://www.fftw.org/install/windows.html#DLLwisdom static void my_fftw_write_char(char c, void* f) { fputc(c, (FILE*)f); } |