Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / StdMeshers / StdMeshers_Hexa_3D.cxx
index db2f668809d53122ce1db3396d462d458507a2ec..4f2cacc70782d2cd12ae4c0a95d1a5dfc916c67a 100644 (file)
@@ -56,6 +56,8 @@
 
 #include <cstddef>
 
+#include <numeric>
+
 typedef SMESH_Comment TComm;
 
 using namespace std;
@@ -1125,7 +1127,7 @@ bool StdMeshers_Hexa_3D::IsApplicable( const TopoDS_Shape & aShape, bool toCheck
     if ( !toCheckAll && ok ) return true;
   }
   return toCheckAll;
-};
+}
 
 //=======================================================================
 //function : ComputePentahedralMesh