diff --git a/src/mpi/runtime/mpiruntime.h b/src/mpi/runtime/mpiruntime.h index 2c9243befa..4fbfe65dd1 100644 --- a/src/mpi/runtime/mpiruntime.h +++ b/src/mpi/runtime/mpiruntime.h @@ -16,6 +16,9 @@ #if defined(c_plusplus) || defined(__cplusplus) extern "C" { #endif + /* forward type declarations */ + struct ompi_communicator_t; + /* * Global variables and symbols for the MPI layer */