From 32a013e7d339957b7675df63eb475fade2a7e1b4 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Mon, 19 Dec 2005 23:32:16 +0000 Subject: [PATCH] Add a header. This commit was SVN r8552. --- ompi/tools/ompi_info/output.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/tools/ompi_info/output.cc b/ompi/tools/ompi_info/output.cc index 38b5bc74b0..18535ddd5e 100644 --- a/ompi/tools/ompi_info/output.cc +++ b/ompi/tools/ompi_info/output.cc @@ -33,6 +33,7 @@ #ifdef HAVE_SYS_IOCTL_H #include #endif +#include #include "tools/ompi_info/ompi_info.h" @@ -49,7 +50,6 @@ using namespace ompi_info; static int centerpoint = 24; static int screen_width = 78; - // // Prints the passed strings in a pretty or parsable format. //