Skip to content

Commit ef10d3f

Browse files
committed
orte: add missing include file
Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 186059c commit ef10d3f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

orte/mca/ess/hnp/ess_hnp_component.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* Copyright (c) 2015-2017 Los Alamos National Security, LLC. All rights
1414
* reserved.
1515
* Copyright (c) 2017 Intel, Inc. All rights reserved.
16+
* Copyright (c) 2017 Research Organization for Information Science
17+
* and Technology (RIST). All rights reserved.
1618
* $COPYRIGHT$
1719
*
1820
* Additional copyrights may follow
@@ -26,6 +28,8 @@
2628
* entire components just to query their version and parameters.
2729
*/
2830

31+
#include "opal/util/argv.h"
32+
2933
#include "orte_config.h"
3034
#include "orte/constants.h"
3135

orte/runtime/orte_finalize.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
#include "opal/runtime/opal.h"
3131
#include "opal/util/output.h"
32+
#include "opal/util/argv.h"
3233

3334
#include "orte/mca/ess/ess.h"
3435
#include "orte/mca/ess/base/base.h"

0 commit comments

Comments
 (0)