]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Include <algorithm> certainly.
authorrnv <rnv@opencascade.com>
Fri, 31 Aug 2018 07:51:07 +0000 (10:51 +0300)
committerrnv <rnv@opencascade.com>
Fri, 31 Aug 2018 07:51:07 +0000 (10:51 +0300)
src/INTERP_KERNEL/ExprEval/InterpKernelFunction.cxx
src/INTERP_KERNEL/ExprEval/InterpKernelUnit.cxx
src/INTERP_KERNEL/VectorUtils.hxx

index 83fe7332d2872548a2d3507d1cbb2bf3f17b0f4e..bed1610b7d09726d86ca88c2d4cea3fb7606e19f 100644 (file)
 #include "InterpKernelFunction.hxx"
 #include "InterpKernelValue.hxx"
 
+#include <algorithm>
 #include <cmath>
 #include <limits>
 
-#ifdef WIN32
-#include <algorithm>
-#endif 
-
-
 using namespace INTERP_KERNEL;
 
 const char IdentityFunction::REPR[]="Id";
index 675af99908d2f79d0a16e0b03f43f2f7c9b51db7..3c8215e948e27058922b039f24c9a1f53db35975 100644 (file)
 #include "InterpKernelUnit.hxx"
 #include "InterpKernelExprParser.hxx"
 
+#include <algorithm>
 #include <cmath>
 #include <sstream>
 #include <iomanip>
 #include <limits>
 
-#ifdef WIN32
-#include <algorithm>
-#endif 
-
-
 using namespace INTERP_KERNEL;
 
 UnitDataBase UnitDataBase::_uniqueMapForExpr;
index b409447e8fdce96cadcd10d6d778529fd1dc2b5f..00b2bf042cb1f20d28ccbfd5ccc6a9deda64d998 100644 (file)
 #ifndef __VECTORUTILS_HXX__
 #define __VECTORUTILS_HXX__
 
+#include <algorithm>
 #include <sstream>
 #include <numeric>
 #include <string>
 #include <cmath>
 #include <map>
 
-#ifdef WIN32
-#include <algorithm>
-#endif 
 
 namespace INTERP_KERNEL
 {