1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00: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_
#ifdef HAVE_FFTW
#include <fftw/fftw3.h>
#include <Grid/fftw/fftw3.h>
#endif
namespace Grid {