diff --git a/orte/mca/ras/loadleveler/ras_loadleveler_module.c b/orte/mca/ras/loadleveler/ras_loadleveler_module.c index 2faa5d6790..2abe3d6a15 100644 --- a/orte/mca/ras/loadleveler/ras_loadleveler_module.c +++ b/orte/mca/ras/loadleveler/ras_loadleveler_module.c @@ -46,6 +46,8 @@ #include "orte/dss/dss.h" #include "orte/mca/gpr/gpr.h" +#include "orte/mca/rmgr/rmgr.h" +#include "orte/mca/errmgr/errmgr.h" #include "orte/mca/ras/base/ras_private.h" #include "ras_loadleveler.h" diff --git a/orte/mca/ras/slurm/ras_slurm_module.c b/orte/mca/ras/slurm/ras_slurm_module.c index a024e16a7d..3ba6afe59a 100644 --- a/orte/mca/ras/slurm/ras_slurm_module.c +++ b/orte/mca/ras/slurm/ras_slurm_module.c @@ -26,8 +26,9 @@ #include "opal/util/argv.h" #include "opal/util/output.h" #include "opal/util/show_help.h" - #include "orte/dss/dss.h" +#include "orte/mca/rmgr/rmgr.h" +#include "orte/mca/errmgr/errmgr.h" #include "orte/mca/ras/base/ras_private.h" #include "ras_slurm.h" diff --git a/orte/mca/ras/tm/ras_tm_module.c b/orte/mca/ras/tm/ras_tm_module.c index 15dd65562d..b259c795da 100644 --- a/orte/mca/ras/tm/ras_tm_module.c +++ b/orte/mca/ras/tm/ras_tm_module.c @@ -30,6 +30,8 @@ #include "opal/util/output.h" #include "orte/dss/dss.h" +#include "orte/mca/rmgr/rmgr.h" +#include "orte/mca/errmgr/errmgr.h" #include "orte/mca/ras/base/ras_private.h" #include "ras_tm.h" diff --git a/orte/mca/ras/xgrid/src/ras_xgrid_module.c b/orte/mca/ras/xgrid/src/ras_xgrid_module.c index d421588030..5a132a647e 100644 --- a/orte/mca/ras/xgrid/src/ras_xgrid_module.c +++ b/orte/mca/ras/xgrid/src/ras_xgrid_module.c @@ -30,6 +30,7 @@ #include "orte/mca/rmgr/rmgr.h" #include "orte/mca/rmgr/base/rmgr_private.h" #include "orte/mca/gpr/gpr.h" +#include "orte/mca/errmgr/errmgr.h" #include "orte/mca/ras/base/ras_private.h"