Browse Source

Fix mpi_nmad build

Samuel Thibault 7 years ago
parent
commit
8a1e682f58
1 changed files with 4 additions and 0 deletions
  1. 4 0
      mpi/src/starpu_mpi_req.c

+ 4 - 0
mpi/src/starpu_mpi_req.c

@@ -17,7 +17,11 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
+#include <starpu.h>
 #include <starpu_mpi_private.h>
+#if defined(STARPU_USE_MPI_NMAD)
+#include <pioman.h>
+#endif
 
 void _starpu_mpi_request_init(struct _starpu_mpi_req **req)
 {