From b744b5721afab73a77865bac9bd11f05bca30874 Mon Sep 17 00:00:00 2001 From: ageay Date: Thu, 16 Jun 2011 07:32:07 +0000 Subject: [PATCH] Correction of compilation error when compiling with openMPI1.2.9 compiled without C++ support. --- src/ParaMEDMEM/OverlapElementLocator.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ParaMEDMEM/OverlapElementLocator.hxx b/src/ParaMEDMEM/OverlapElementLocator.hxx index 398657647..5ffa58fc8 100644 --- a/src/ParaMEDMEM/OverlapElementLocator.hxx +++ b/src/ParaMEDMEM/OverlapElementLocator.hxx @@ -28,6 +28,7 @@ #include #include +#include #include namespace ParaMEDMEM -- 2.39.2