mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Porting to OCCT7.5.0
This commit is contained in:
parent
1405980f7e
commit
30bf08e12b
@ -37,6 +37,7 @@
|
|||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
|
||||||
#include <Basics_Utils.hxx>
|
#include <Basics_Utils.hxx>
|
||||||
|
#include <Basics_OCCTVersion.hxx>
|
||||||
|
|
||||||
#include <TDF_Tool.hxx>
|
#include <TDF_Tool.hxx>
|
||||||
#include <TDF_Data.hxx>
|
#include <TDF_Data.hxx>
|
||||||
@ -62,7 +63,9 @@
|
|||||||
|
|
||||||
#include <TColStd_DataMapIteratorOfDataMapOfIntegerTransient.hxx>
|
#include <TColStd_DataMapIteratorOfDataMapOfIntegerTransient.hxx>
|
||||||
|
|
||||||
|
#if OCC_VERSION_LARGE < 0x07050000
|
||||||
#include <Resource_DataMapIteratorOfDataMapOfAsciiStringAsciiString.hxx>
|
#include <Resource_DataMapIteratorOfDataMapOfAsciiStringAsciiString.hxx>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <BinDrivers.hxx>
|
#include <BinDrivers.hxx>
|
||||||
#include <StdDrivers_DocumentRetrievalDriver.hxx>
|
#include <StdDrivers_DocumentRetrievalDriver.hxx>
|
||||||
|
Loading…
Reference in New Issue
Block a user