From: vsr Date: Wed, 18 Feb 2009 13:38:13 +0000 (+0000) Subject: Apply patch for gcc 4.3 from N.Geimer X-Git-Tag: V5_1_main_FINAL~434 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ec1864b804e85fe7707abd89396c0827e83cf289;p=tools%2Fmedcoupling.git Apply patch for gcc 4.3 from N.Geimer --- diff --git a/src/INTERP_KERNEL/Geometric2D/Bounds.hxx b/src/INTERP_KERNEL/Geometric2D/Bounds.hxx index 49d72dc67..7200f48c7 100644 --- a/src/INTERP_KERNEL/Geometric2D/Bounds.hxx +++ b/src/INTERP_KERNEL/Geometric2D/Bounds.hxx @@ -21,7 +21,7 @@ #include "INTERPKERNELGEOMETRIC2DDefines.hxx" -#include +#include namespace INTERP_KERNEL { diff --git a/src/INTERP_KERNEL/Geometric2D/ComposedEdge.cxx b/src/INTERP_KERNEL/Geometric2D/ComposedEdge.cxx index 9909ada8d..3e7ecaeb5 100644 --- a/src/INTERP_KERNEL/Geometric2D/ComposedEdge.cxx +++ b/src/INTERP_KERNEL/Geometric2D/ComposedEdge.cxx @@ -22,6 +22,7 @@ #include "InterpKernelException.hxx" #include +#include #include #include diff --git a/src/INTERP_KERNEL/Geometric2D/ComposedEdge.hxx b/src/INTERP_KERNEL/Geometric2D/ComposedEdge.hxx index 583e4af08..d83ee9e87 100644 --- a/src/INTERP_KERNEL/Geometric2D/ComposedEdge.hxx +++ b/src/INTERP_KERNEL/Geometric2D/ComposedEdge.hxx @@ -24,6 +24,7 @@ #include #include #include +#include namespace INTERP_KERNEL { diff --git a/src/INTERP_KERNEL/Geometric2D/QuadraticPolygon.cxx b/src/INTERP_KERNEL/Geometric2D/QuadraticPolygon.cxx index d8faa8a4c..f56424874 100644 --- a/src/INTERP_KERNEL/Geometric2D/QuadraticPolygon.cxx +++ b/src/INTERP_KERNEL/Geometric2D/QuadraticPolygon.cxx @@ -26,6 +26,7 @@ #include #include +#include using namespace std; using namespace INTERP_KERNEL; diff --git a/src/INTERP_KERNEL/TetraAffineTransform.cxx b/src/INTERP_KERNEL/TetraAffineTransform.cxx index 21a42d0df..d35d022b1 100644 --- a/src/INTERP_KERNEL/TetraAffineTransform.cxx +++ b/src/INTERP_KERNEL/TetraAffineTransform.cxx @@ -20,6 +20,7 @@ #include "VectorUtils.hxx" #include +#include #include #include "Log.hxx" diff --git a/src/MEDCoupling/MemArray.txx b/src/MEDCoupling/MemArray.txx index 8c858bd1f..c0b06e8e5 100644 --- a/src/MEDCoupling/MemArray.txx +++ b/src/MEDCoupling/MemArray.txx @@ -25,6 +25,7 @@ #include #include +#include namespace ParaMEDMEM {