Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions orte/mca/ess/hnp/ess_hnp_component.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* Copyright (c) 2015-2017 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2017 Intel, Inc. All rights reserved.
* Copyright (c) 2017 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
Expand All @@ -26,6 +28,8 @@
* entire components just to query their version and parameters.
*/

#include "opal/util/argv.h"

#include "orte_config.h"
#include "orte/constants.h"

Expand Down
1 change: 1 addition & 0 deletions orte/runtime/orte_finalize.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#include "opal/runtime/opal.h"
#include "opal/util/output.h"
#include "opal/util/argv.h"

#include "orte/mca/ess/ess.h"
#include "orte/mca/ess/base/base.h"
Expand Down