Salome HOME
Fix compilation errors under Windows: VS-2017
authorrnv <rnv@opencascade.com>
Fri, 16 Oct 2020 09:20:46 +0000 (12:20 +0300)
committerrnv <rnv@opencascade.com>
Fri, 16 Oct 2020 09:20:46 +0000 (12:20 +0300)
src/StdMeshers/StdMeshers_CompositeHexa_3D.cxx
src/StdMeshers/StdMeshers_Hexa_3D.cxx

index 2e697303ae3e697a070a332c5f08cbec85c1c142..b3e420619c48de4e03a0b0b87ade22bbc5c92696 100644 (file)
@@ -63,6 +63,7 @@
 #include <list>
 #include <set>
 #include <vector>
 #include <list>
 #include <set>
 #include <vector>
+#include <numeric>
 #include <Bnd_B3d.hxx>
 
 using namespace std;
 #include <Bnd_B3d.hxx>
 
 using namespace std;
index db2f668809d53122ce1db3396d462d458507a2ec..eeb6ad40e028aa68d42ff8927e5200cd3752870c 100644 (file)
@@ -56,6 +56,8 @@
 
 #include <cstddef>
 
 
 #include <cstddef>
 
+#include <numeric>
+
 typedef SMESH_Comment TComm;
 
 using namespace std;
 typedef SMESH_Comment TComm;
 
 using namespace std;