Porting to OCCT7.5.0

This commit is contained in:
jfa 2020-12-14 15:32:18 +03:00
parent 1405980f7e
commit 30bf08e12b

View File

@ -37,6 +37,7 @@
#include "utilities.h"
#include <Basics_Utils.hxx>
#include <Basics_OCCTVersion.hxx>
#include <TDF_Tool.hxx>
#include <TDF_Data.hxx>
@ -62,7 +63,9 @@
#include <TColStd_DataMapIteratorOfDataMapOfIntegerTransient.hxx>
#if OCC_VERSION_LARGE < 0x07050000
#include <Resource_DataMapIteratorOfDataMapOfAsciiStringAsciiString.hxx>
#endif
#include <BinDrivers.hxx>
#include <StdDrivers_DocumentRetrievalDriver.hxx>