Include c++ complex header

This commit is contained in:
Guilhem Lavaux 2015-09-06 08:35:24 +02:00
parent 9983aa1783
commit 82e79dda78
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ knowledge of the CeCILL license and that you accept its terms.
#define __FFTW_UNIFIED_CALLS_HPP #define __FFTW_UNIFIED_CALLS_HPP
#include <fftw3.h> #include <fftw3.h>
#include <complex>
namespace CosmoTool namespace CosmoTool
{ {

View File

@ -1,6 +1,7 @@
#ifndef __MPI_FFTW_UNIFIED_CALLS_HPP #ifndef __MPI_FFTW_UNIFIED_CALLS_HPP
#define __MPI_FFTW_UNIFIED_CALLS_HPP #define __MPI_FFTW_UNIFIED_CALLS_HPP
#include <complex>
#include <mpi.h> #include <mpi.h>
#include <fftw3-mpi.h> #include <fftw3-mpi.h>