mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-25 08:50:36 +05:00
Fix compilation error (conflict of OK name between OCCT Plate_Plate.hxx and GEOM GEOM_IOperations.hxx)
This commit is contained in:
parent
5e34fe0812
commit
fbbd6a9e07
@ -20,6 +20,15 @@
|
||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||
//
|
||||
|
||||
// These GeomPlate_* headers must be included before Salome ones
|
||||
// because of conflicting OK variable/constant between
|
||||
// OCCT Plate_Plate.hxx and GEOM GEOM_IOperations.hxx
|
||||
#include <GeomPlate_Surface.hxx>
|
||||
#include <GeomPlate_BuildPlateSurface.hxx>
|
||||
#include <GeomPlate_PointConstraint.hxx>
|
||||
#include <GeomPlate_MakeApprox.hxx>
|
||||
#include <GeomPlate_BuildAveragePlane.hxx>
|
||||
|
||||
#include <GEOMImpl_WrappingDriver.hxx>
|
||||
|
||||
#include <GEOMAlgo_Splitter.hxx>
|
||||
@ -44,11 +53,6 @@
|
||||
#include <Geom_Surface.hxx>
|
||||
#include <Geom_Plane.hxx>
|
||||
#include <Geom_BSplineSurface.hxx>
|
||||
#include <GeomPlate_Surface.hxx>
|
||||
#include <GeomPlate_BuildPlateSurface.hxx>
|
||||
#include <GeomPlate_PointConstraint.hxx>
|
||||
#include <GeomPlate_MakeApprox.hxx>
|
||||
#include <GeomPlate_BuildAveragePlane.hxx>
|
||||
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <gp_Sphere.hxx>
|
||||
@ -449,4 +453,4 @@ bool GEOMImpl_WrappingDriver::
|
||||
return true;
|
||||
}
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(GEOMImpl_WrappingDriver, GEOM_BaseDriver)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(GEOMImpl_WrappingDriver, GEOM_BaseDriver)
|
||||
|
Loading…
Reference in New Issue
Block a user