Salome HOME
PAL13330( When mesh generation does not success, trace where )
authoreap <eap@opencascade.com>
Wed, 11 Apr 2007 10:53:26 +0000 (10:53 +0000)
committereap <eap@opencascade.com>
Wed, 11 Apr 2007 10:53:26 +0000 (10:53 +0000)
    fix compilation on DebianSarge

src/SMESH/SMESH_Algo.hxx

index 02c76d253efd2a5b109d6ad4bc50f897384ec130..68e9b0911fdd0ab35c59f3307cf30cb637ced580 100644 (file)
@@ -31,6 +31,7 @@
 
 #include "SMESH_Hypothesis.hxx"
 #include "SMESH_ComputeError.hxx"
+#include "SMESH_Comment.hxx"
 
 #include <TopoDS_Shape.hxx>
 #include <TopoDS_Edge.hxx>
@@ -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