mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Porting to DEV version of OCCT
This commit is contained in:
parent
4084b64cab
commit
f798679a17
@ -96,6 +96,10 @@
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
||||
#if OCC_VERSION_LARGE >= 0x07010000
|
||||
#include <V3d_Coordinate.hxx>
|
||||
#endif
|
||||
|
||||
#include <Standard_Failure.hxx>
|
||||
#include <Standard_NullObject.hxx>
|
||||
#include <Standard_ErrorHandler.hxx> // CAREFUL ! position of this file is critic : see Lucien PIGNOLONI / OCC
|
||||
|
@ -76,6 +76,10 @@
|
||||
#include <TColgp_SequenceOfDir.hxx>
|
||||
#include <V3d_View.hxx>
|
||||
|
||||
#if OCC_VERSION_LARGE >= 0x07010000
|
||||
#include <Quantity_Parameter.hxx>
|
||||
#endif
|
||||
|
||||
|
||||
// plane associated with custom data
|
||||
struct PlaneAndSegment
|
||||
|
@ -56,6 +56,10 @@
|
||||
#include <Geom_Plane.hxx>
|
||||
#include <NCollection_Sequence.hxx>
|
||||
|
||||
#if OCC_VERSION_LARGE >= 0x07010000
|
||||
#include <Quantity_Length.hxx>
|
||||
#endif
|
||||
|
||||
//=================================================================================
|
||||
// function : Constructor
|
||||
// purpose :
|
||||
|
Loading…
Reference in New Issue
Block a user