]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Porting to OCCT7.5.0
authorjfa <jfa@opencascade.com>
Mon, 14 Dec 2020 12:32:18 +0000 (15:32 +0300)
committerjfa <jfa@opencascade.com>
Mon, 14 Dec 2020 12:32:18 +0000 (15:32 +0300)
src/GEOM/GEOM_Engine.cxx

index c69a5722f6b2751cf14a36467d3ced062e05db99..8bc6093525d93baf9726b2a1f36eb3d155548646 100644 (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>