From d8d9467e5f25170885ae9c03ce1e6b8d2c1b1d06 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Wed, 25 Jan 2017 14:54:47 +0900 Subject: [PATCH] orte: add missing include file Signed-off-by: Gilles Gouaillardet (cherry picked from commit ef10d3fd7bcd059537f102af95c876fc34c625ec) Signed-off-by: Joshua Hursey --- orte/mca/ess/hnp/ess_hnp_component.c | 4 ++++ orte/runtime/orte_finalize.c | 1 + 2 files changed, 5 insertions(+) diff --git a/orte/mca/ess/hnp/ess_hnp_component.c b/orte/mca/ess/hnp/ess_hnp_component.c index a52cfb6a5f1..84d8d4da191 100644 --- a/orte/mca/ess/hnp/ess_hnp_component.c +++ b/orte/mca/ess/hnp/ess_hnp_component.c @@ -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 @@ -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" diff --git a/orte/runtime/orte_finalize.c b/orte/runtime/orte_finalize.c index 4a8b3291cb2..03885f49042 100644 --- a/orte/runtime/orte_finalize.c +++ b/orte/runtime/orte_finalize.c @@ -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"