mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 09:40:35 +05:00
Porting to OCCT7.5.0
This commit is contained in:
parent
223210ad12
commit
47d2912cb3
@ -33,8 +33,11 @@
|
||||
#include <SALOMEDS_wrap.hxx>
|
||||
#include <utilities.h>
|
||||
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
#include <Resource_DataMapOfAsciiStringAsciiString.hxx>
|
||||
#if OCC_VERSION_LARGE < 0x07050000
|
||||
#include <Resource_DataMapIteratorOfDataMapOfAsciiStringAsciiString.hxx>
|
||||
#endif
|
||||
|
||||
#include "SMESH_Gen_i.hxx"
|
||||
/* SALOME headers that include CORBA headers that include windows.h
|
||||
|
@ -33,13 +33,17 @@
|
||||
#include "SMESH_MeshEditor_i.hxx"
|
||||
|
||||
#include <Basics_Utils.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
#include <SALOMEDS_wrap.hxx>
|
||||
|
||||
#include <LDOMParser.hxx>
|
||||
#include <Resource_DataMapIteratorOfDataMapOfAsciiStringAsciiString.hxx>
|
||||
#include <TColStd_HSequenceOfInteger.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
|
||||
#if OCC_VERSION_LARGE < 0x07050000
|
||||
#include <Resource_DataMapIteratorOfDataMapOfAsciiStringAsciiString.hxx>
|
||||
#endif
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#ifdef _DEBUG_
|
||||
|
Loading…
Reference in New Issue
Block a user