Providing portability with CAS-6.2.1sp1

This commit is contained in:
maintenance team 2008-02-19 09:32:19 +00:00
parent e97c9de37e
commit fd8d941b80
8 changed files with 20 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#pragma warning( disable:4786 )
#endif
using namespace std;
#include <Standard_Stream.hxx>
#include <GEOMImpl_IBlocksOperations.hxx>

View File

@ -21,6 +21,8 @@
#ifndef _GEOMImpl_IBlocksOperations_HXX_
#define _GEOMImpl_IBlocksOperations_HXX_
using namespace std;
#include "GEOM_IOperations.hxx"
#include <TopTools_ListOfShape.hxx>

View File

@ -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>

View File

@ -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_

View File

@ -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>

View File

@ -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"

View File

@ -23,6 +23,8 @@
// Project : SALOME
// $Header$
using namespace std;
#include <Standard_Stream.hxx>
#include "GEOMImpl_IShapesOperations.hxx"

View File

@ -28,6 +28,8 @@
#ifndef _GEOMImpl_IShapesOperations_HXX_
#define _GEOMImpl_IShapesOperations_HXX_
using namespace std;
#include "GEOM_IOperations.hxx"
#include "GEOMAlgo_State.hxx"