Skip to content

Commit 04bf6af

Browse files
hjelmnawlauria
authored andcommitted
coll/base: fix header dependency
This commit fixes a dependency issue in coll_base_topo.h. This header depends on ompi/communicator/communicator.h and is working only because that header is currently included before this header where used. Signed-off-by: Nathan Hjelm <hjelmn@google.com> (cherry picked from commit 26b4253)
1 parent 5482f04 commit 04bf6af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mca/coll/base/coll_base_topo.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#define MCA_COLL_BASE_TOPO_H_HAS_BEEN_INCLUDED
2121

2222
#include "ompi_config.h"
23+
#include "ompi/communicator/communicator.h"
2324
#include <stddef.h>
2425

2526
#define MAXTREEFANOUT 32

0 commit comments

Comments
 (0)