mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-30 16:37:50 +05:00
Providing portability with CAS-6.2.1sp1
This commit is contained in:
parent
e97c9de37e
commit
fd8d941b80
@ -21,6 +21,8 @@
|
||||
#pragma warning( disable:4786 )
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include <Standard_Stream.hxx>
|
||||
|
||||
#include <GEOMImpl_IBlocksOperations.hxx>
|
||||
|
@ -21,6 +21,8 @@
|
||||
#ifndef _GEOMImpl_IBlocksOperations_HXX_
|
||||
#define _GEOMImpl_IBlocksOperations_HXX_
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "GEOM_IOperations.hxx"
|
||||
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
|
@ -17,10 +17,15 @@
|
||||
//
|
||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||
//
|
||||
|
||||
|
||||
|
||||
#ifdef WNT
|
||||
#pragma warning( disable:4786 )
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include <Standard_Stream.hxx>
|
||||
|
||||
#include <GEOMImpl_IHealingOperations.hxx>
|
||||
|
@ -18,6 +18,8 @@
|
||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||
//
|
||||
|
||||
using namespace std;
|
||||
|
||||
#ifndef _GEOMImpl_IHealingOperations_HXX_
|
||||
#define _GEOMImpl_IHealingOperations_HXX_
|
||||
|
||||
|
@ -17,6 +17,9 @@
|
||||
//
|
||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||
//
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include <Standard_Stream.hxx>
|
||||
|
||||
#include <GEOMImpl_ILocalOperations.hxx>
|
||||
|
@ -21,6 +21,8 @@
|
||||
#ifndef _GEOMImpl_ILocalOperations_HXX_
|
||||
#define _GEOMImpl_ILocalOperations_HXX_
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "Utils_SALOME_Exception.hxx"
|
||||
#include "GEOM_IOperations.hxx"
|
||||
#include "GEOM_Engine.hxx"
|
||||
|
@ -23,6 +23,8 @@
|
||||
// Project : SALOME
|
||||
// $Header$
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include <Standard_Stream.hxx>
|
||||
|
||||
#include "GEOMImpl_IShapesOperations.hxx"
|
||||
|
@ -28,6 +28,8 @@
|
||||
#ifndef _GEOMImpl_IShapesOperations_HXX_
|
||||
#define _GEOMImpl_IShapesOperations_HXX_
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "GEOM_IOperations.hxx"
|
||||
|
||||
#include "GEOMAlgo_State.hxx"
|
||||
|
Loading…
x
Reference in New Issue
Block a user