1
1

orte: add missing include file

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
Gilles Gouaillardet 2017-01-25 14:54:47 +09:00
родитель 186059cc00
Коммит ef10d3fd7b
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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"

Просмотреть файл

@ -29,6 +29,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"