1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

FFTW header fix

This commit is contained in:
Antonin Portelli 2016-10-31 16:39:29 +00:00
parent e74417ca12
commit 66d832c733

View File

@ -30,7 +30,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
#define _GRID_FFT_H_ #define _GRID_FFT_H_
#ifdef HAVE_FFTW #ifdef HAVE_FFTW
#include <fftw/fftw3.h> #include <Grid/fftw/fftw3.h>
#endif #endif
namespace Grid { namespace Grid {