From 7bda23dd8467a764492cb90f64d1a7cc0fcc66a1 Mon Sep 17 00:00:00 2001 From: Vasily Filipov Date: Sun, 10 Mar 2013 09:11:09 +0000 Subject: [PATCH] SBGP, BCOL: add missing "show_help.h" includes. This commit was SVN r28163. --- ompi/mca/bcol/bcol.h | 2 ++ ompi/mca/sbgp/sbgp.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ompi/mca/bcol/bcol.h b/ompi/mca/bcol/bcol.h index 32863c8f14..9228d0f964 100644 --- a/ompi/mca/bcol/bcol.h +++ b/ompi/mca/bcol/bcol.h @@ -22,6 +22,8 @@ #include "ompi/include/ompi/constants.h" #include "ompi/patterns/net/netpatterns_knomial_tree.h" +#include "opal/util/show_help.h" + #include #if defined(c_plusplus) || defined(__cplusplus) diff --git a/ompi/mca/sbgp/sbgp.h b/ompi/mca/sbgp/sbgp.h index abc6a8d9fe..a4836a8274 100644 --- a/ompi/mca/sbgp/sbgp.h +++ b/ompi/mca/sbgp/sbgp.h @@ -16,6 +16,8 @@ #include "opal/mca/mca.h" #include "ompi/communicator/communicator.h" +#include "opal/util/show_help.h" + #if defined(c_plusplus) || defined(__cplusplus) extern "C" { #endif