From 7e4c23d88ca13220c81d8ee8dd8ba4e33ea97dcd Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 10 Sep 2005 10:39:15 +0000 Subject: [PATCH] Add missing header file This commit was SVN r7290. --- orte/mca/pls/tm/pls_tm_component.c | 1 + 1 file changed, 1 insertion(+) diff --git a/orte/mca/pls/tm/pls_tm_component.c b/orte/mca/pls/tm/pls_tm_component.c index 833b6b8b85..2924c23157 100644 --- a/orte/mca/pls/tm/pls_tm_component.c +++ b/orte/mca/pls/tm/pls_tm_component.c @@ -23,6 +23,7 @@ #include "ompi_config.h" #include "opal/mca/base/mca_base_param.h" +#include "opal/util/output.h" #include "orte/include/orte_constants.h" #include "orte/mca/pls/pls.h" #include "orte/mca/pls/base/base.h"