From a107ab38971542c09a94e8699aa1bef5662c405d Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sun, 11 Sep 2005 10:14:29 +0000 Subject: [PATCH] Add missing header file This commit was SVN r7294. --- orte/mca/ras/tm/ras_tm_component.c | 1 + 1 file changed, 1 insertion(+) diff --git a/orte/mca/ras/tm/ras_tm_component.c b/orte/mca/ras/tm/ras_tm_component.c index 2a75756c59..7c132a68ac 100644 --- a/orte/mca/ras/tm/ras_tm_component.c +++ b/orte/mca/ras/tm/ras_tm_component.c @@ -18,6 +18,7 @@ #include "opal/mca/base/base.h" #include "opal/mca/base/mca_base_param.h" +#include "opal/util/output.h" #include "orte/include/orte_constants.h" #include "ras_tm.h"