Skip to content

Commit

Permalink
Fix compile failure with enable-heterogeneous.
Browse files Browse the repository at this point in the history
An internal header file was missing, leading to an incomplete type.

Fixes #9697.

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
  • Loading branch information
bosilca committed Nov 23, 2021
1 parent 721daed commit 927e9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ompi/mca/coll/base/coll_base_alltoall.c
Expand Up @@ -29,6 +29,7 @@
#include "mpi.h"
#include "ompi/constants.h"
#include "ompi/datatype/ompi_datatype.h"
#include "opal/datatype/opal_convertor_internal.h"
#include "ompi/communicator/communicator.h"
#include "ompi/mca/coll/coll.h"
#include "ompi/mca/coll/base/coll_tags.h"
Expand Down
1 change: 1 addition & 0 deletions ompi/mca/coll/base/coll_base_alltoallv.c
Expand Up @@ -31,6 +31,7 @@
#include "mpi.h"
#include "ompi/constants.h"
#include "ompi/datatype/ompi_datatype.h"
#include "opal/datatype/opal_convertor_internal.h"
#include "ompi/communicator/communicator.h"
#include "ompi/mca/coll/coll.h"
#include "ompi/mca/coll/base/coll_tags.h"
Expand Down

0 comments on commit 927e9aa

Please sign in to comment.