From 843a61f7eb1238c2ffb7a6ef2f185a32622d66a9 Mon Sep 17 00:00:00 2001 From: Josh Hursey Date: Tue, 11 Aug 2009 13:32:27 +0000 Subject: [PATCH] Add another missing header for FT that got lost in the shuffle yesterday. This commit was SVN r21794. --- orte/mca/snapc/full/snapc_full_global.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/orte/mca/snapc/full/snapc_full_global.c b/orte/mca/snapc/full/snapc_full_global.c index 8cf791e00d..6f2ee3dc2d 100644 --- a/orte/mca/snapc/full/snapc_full_global.c +++ b/orte/mca/snapc/full/snapc_full_global.c @@ -40,6 +40,8 @@ #include "opal/dss/dss.h" #include "orte/mca/rml/rml.h" #include "orte/mca/rml/rml_types.h" +#include "orte/mca/rmaps/rmaps.h" +#include "orte/mca/rmaps/rmaps_types.h" #include "orte/mca/plm/plm.h" #include "orte/mca/filem/filem.h" #include "orte/mca/grpcomm/grpcomm.h"