From 47d2912cb349883a15d02bdddedd3ffb5b375098 Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 15 Dec 2020 13:59:42 +0300 Subject: [PATCH 1/1] Porting to OCCT7.5.0 --- src/SMESH_I/SMESH_2smeshpy.cxx | 3 +++ src/SMESH_I/SMESH_PythonDump.cxx | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/SMESH_I/SMESH_2smeshpy.cxx b/src/SMESH_I/SMESH_2smeshpy.cxx index 9603f3443..4ab71b449 100644 --- a/src/SMESH_I/SMESH_2smeshpy.cxx +++ b/src/SMESH_I/SMESH_2smeshpy.cxx @@ -33,8 +33,11 @@ #include #include +#include #include +#if OCC_VERSION_LARGE < 0x07050000 #include +#endif #include "SMESH_Gen_i.hxx" /* SALOME headers that include CORBA headers that include windows.h diff --git a/src/SMESH_I/SMESH_PythonDump.cxx b/src/SMESH_I/SMESH_PythonDump.cxx index 022f881a9..3ecff6184 100644 --- a/src/SMESH_I/SMESH_PythonDump.cxx +++ b/src/SMESH_I/SMESH_PythonDump.cxx @@ -33,13 +33,17 @@ #include "SMESH_MeshEditor_i.hxx" #include +#include #include #include -#include #include #include +#if OCC_VERSION_LARGE < 0x07050000 +#include +#endif + #include #ifdef _DEBUG_ -- 2.30.2