Skip to content

Commit 6ae6f09

Browse files
ggouaillardetjjhursey
authored andcommitted
orte: add missing include file
Signed-off-by: Gilles Gouaillardet <[email protected]> (cherry picked from commit ef10d3f) Signed-off-by: Joshua Hursey <[email protected]>
1 parent 7e39b80 commit 6ae6f09

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
@@ -27,6 +27,7 @@
2727

2828
#include "opal/runtime/opal.h"
2929
#include "opal/util/output.h"
30+
#include "opal/util/argv.h"
3031

3132
#include "orte/mca/ess/ess.h"
3233
#include "orte/mca/ess/base/base.h"

0 commit comments

Comments
 (0)