]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Apply patch for gcc 4.3 from N.Geimer
authorvsr <vsr@opencascade.com>
Wed, 18 Feb 2009 13:38:13 +0000 (13:38 +0000)
committervsr <vsr@opencascade.com>
Wed, 18 Feb 2009 13:38:13 +0000 (13:38 +0000)
src/INTERP_KERNEL/Geometric2D/Bounds.hxx
src/INTERP_KERNEL/Geometric2D/ComposedEdge.cxx
src/INTERP_KERNEL/Geometric2D/ComposedEdge.hxx
src/INTERP_KERNEL/Geometric2D/QuadraticPolygon.cxx
src/INTERP_KERNEL/TetraAffineTransform.cxx
src/MEDCoupling/MemArray.txx

index 49d72dc6757b2cf0157b6071acfc06118b48105e..7200f48c70cb474e42c87745ef5504c5af9ac5d1 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "INTERPKERNELGEOMETRIC2DDefines.hxx"
 
-#include <numeric>
+#include <algorithm>
 
 namespace INTERP_KERNEL
 {
index 9909ada8dc2ec75540b8e2a9a32b5d8588d88aac..3e7ecaeb5e95056d4ef3b137cf014cd448bb2631 100644 (file)
@@ -22,6 +22,7 @@
 #include "InterpKernelException.hxx"
 
 #include <algorithm>
+#include <memory>
 #include <iterator>
 #include <set>
 
index 583e4af089c011d3276a159e372dbefe979b8dec..d83ee9e87dac96610f12d4c5b920f9ea4647e963 100644 (file)
@@ -24,6 +24,7 @@
 #include <set>
 #include <list>
 #include <vector>
+#include <ostream>
 
 namespace INTERP_KERNEL
 {
index d8faa8a4cfbef82ac92a4d07bba53693619deee2..f5642487403a5314c411e070083a16fbc1227bdc 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <fstream>
 #include <iomanip>
+#include <cstring>
 
 using namespace std;
 using namespace INTERP_KERNEL;
index 21a42d0df444f276e67b020c4e7c3c77b9f8972d..d35d022b16775b0dc1cbf81537a0c843d9494337 100644 (file)
@@ -20,6 +20,7 @@
 #include "VectorUtils.hxx"
 
 #include <cmath>
+#include <cstring>
 #include <iostream>
 
 #include "Log.hxx"
index 8c858bd1f1479fe2b30f3d47e9e8470df5136388..c0b06e8e51d4641fdcf92b746eff872ea7f67f60 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <sstream>
 #include <algorithm>
+#include <cstring>
 
 namespace ParaMEDMEM
 {