Porting to windows after merge with 3.2.7

This commit is contained in:
maintenance team 2007-09-25 13:39:30 +00:00
parent f8d23e8916
commit bd08112bc4
2 changed files with 7 additions and 3 deletions

View File

@ -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;
}

View File

@ -35,6 +35,9 @@
#include <Geom2d_Curve.hxx>
#include <TopExp.hxx>
#include "SMESH_StdMeshers.hxx"
#include "SMESH_Algo.hxx"
#include <vector>
#include <list>
#include <boost/shared_ptr.hpp>
@ -72,7 +75,7 @@ typedef boost::shared_ptr< SMESH_ComputeError > TError;
*/
//================================================================================
class StdMeshers_FaceSide
class STDMESHERS_EXPORT StdMeshers_FaceSide
{
public:
/*!