Skip to content

Commit

Permalink
fftw-mpi.h should include <fftw3.h>, not "fftw3.h"
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-frigo committed Oct 29, 2017
1 parent 9e3f8da commit b5ccc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpi/fftw3-mpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#ifndef FFTW3_MPI_H
#define FFTW3_MPI_H

#include "fftw3.h"
#include <fftw3.h>
#include <mpi.h>

#ifdef __cplusplus
Expand Down

0 comments on commit b5ccc55

Please sign in to comment.