From: eap Date: Wed, 11 Apr 2007 10:53:26 +0000 (+0000) Subject: PAL13330( When mesh generation does not success, trace where ) X-Git-Tag: V3_2_6pre4~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=374666c175717352d6dbfd911565982b9e4f3e85;p=modules%2Fsmesh.git PAL13330( When mesh generation does not success, trace where ) fix compilation on DebianSarge --- diff --git a/src/SMESH/SMESH_Algo.hxx b/src/SMESH/SMESH_Algo.hxx index 02c76d253..68e9b0911 100644 --- a/src/SMESH/SMESH_Algo.hxx +++ b/src/SMESH/SMESH_Algo.hxx @@ -31,6 +31,7 @@ #include "SMESH_Hypothesis.hxx" #include "SMESH_ComputeError.hxx" +#include "SMESH_Comment.hxx" #include #include @@ -50,7 +51,6 @@ class SMESHDS_Mesh; class SMDS_MeshNode; class SMESH_subMesh; class SMESH_MesherHelper; -class SMESH_Comment; class SMESH_Algo:public SMESH_Hypothesis