From: maintenance team Date: Tue, 25 Sep 2007 13:39:30 +0000 (+0000) Subject: Porting to windows after merge with 3.2.7 X-Git-Tag: V4_1_0a1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bd08112bc4226fe201928dbf3e38124f52aa7943;p=modules%2Fsmesh.git Porting to windows after merge with 3.2.7 --- diff --git a/src/StdMeshers/StdMeshers_FaceSide.cxx b/src/StdMeshers/StdMeshers_FaceSide.cxx index 3063577c0..5850cb74e 100644 --- a/src/StdMeshers/StdMeshers_FaceSide.cxx +++ b/src/StdMeshers/StdMeshers_FaceSide.cxx @@ -32,7 +32,7 @@ #include "SMDS_MeshNode.hxx" #include "SMESHDS_Mesh.hxx" #include "SMESHDS_SubMesh.hxx" -#include "SMESH_Algo.hxx" +//#include "SMESH_Algo.hxx" #include "SMESH_Mesh.hxx" #include "SMESH_MeshEditor.hxx" #include "SMESH_ComputeError.hxx" @@ -513,3 +513,4 @@ TSideVector StdMeshers_FaceSide::GetFaceWires(const TopoDS_Face& theFace, return wires; } + diff --git a/src/StdMeshers/StdMeshers_FaceSide.hxx b/src/StdMeshers/StdMeshers_FaceSide.hxx index 43c92bf2b..e34dfe512 100644 --- a/src/StdMeshers/StdMeshers_FaceSide.hxx +++ b/src/StdMeshers/StdMeshers_FaceSide.hxx @@ -35,6 +35,9 @@ #include #include +#include "SMESH_StdMeshers.hxx" +#include "SMESH_Algo.hxx" + #include #include #include @@ -72,7 +75,7 @@ typedef boost::shared_ptr< SMESH_ComputeError > TError; */ //================================================================================ -class StdMeshers_FaceSide +class STDMESHERS_EXPORT StdMeshers_FaceSide { public: /*! @@ -98,7 +101,7 @@ public: static TSideVector GetFaceWires(const TopoDS_Face& theFace, SMESH_Mesh & theMesh, const bool theIgnoreMediumNodes, - TError & theError); + TError & theError); /*! * \brief Change orientation of side geometry