Skip to content

Commit 67e7f46

Browse files
Ralph Castainggouaillardet
authored andcommitted
Add missing includes
(cherry picked from commit open-mpi/ompi@e8d347d)
1 parent 4ee7e0b commit 67e7f46

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

orte/mca/iof/base/iof_base_setup.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
#include "opal/util/opal_pty.h"
5959
#include "opal/util/opal_environ.h"
6060
#include "opal/util/output.h"
61+
#include "opal/util/argv.h"
6162

6263
#include "orte/mca/errmgr/errmgr.h"
6364
#include "orte/util/name_fns.h"

orte/runtime/data_type_support/orte_dt_unpacking_fns.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "opal/dss/dss.h"
2929
#include "opal/dss/dss_internal.h"
3030
#include "opal/mca/hwloc/hwloc.h"
31+
#include "opal/util/argv.h"
3132

3233
#include "orte/mca/errmgr/errmgr.h"
3334
#include "orte/runtime/data_type_support/orte_dt_support.h"

0 commit comments

Comments
 (0)