Skip to content

Commit 26b4253

Browse files
committed
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 <[email protected]>
1 parent c40537c commit 26b4253

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)