From: adam Date: Mon, 20 Jul 2009 13:11:57 +0000 (+0000) Subject: Fix compilation of gcc 4.3.2 X-Git-Tag: V5_1_3rc1~138 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=90c6367e0c7e55174459bc49cf9c5e82c8b29735;p=modules%2Fsmesh.git Fix compilation of gcc 4.3.2 --- diff --git a/src/SMESH/SMESH_MesherHelper.cxx b/src/SMESH/SMESH_MesherHelper.cxx index 06a528ebb..356457cd2 100644 --- a/src/SMESH/SMESH_MesherHelper.cxx +++ b/src/SMESH/SMESH_MesherHelper.cxx @@ -54,6 +54,8 @@ #include +#include + #define RETURN_BAD_RESULT(msg) { MESSAGE(msg); return false; } namespace {