Salome HOME
#20282 EDF 22320 - general compute fails
[modules/smesh.git] / src / StdMeshers / StdMeshers_Hexa_3D.cxx
index db2f668809d53122ce1db3396d462d458507a2ec..43e013377c282e2439566abdbb369e15b03f5d1f 100644 (file)
@@ -55,6 +55,7 @@
 #include "Utils_ExceptHandlers.hxx"
 
 #include <cstddef>
+#include <numeric>
 
 typedef SMESH_Comment TComm;
 
@@ -1125,7 +1126,7 @@ bool StdMeshers_Hexa_3D::IsApplicable( const TopoDS_Shape & aShape, bool toCheck
     if ( !toCheckAll && ok ) return true;
   }
   return toCheckAll;
-};
+}
 
 //=======================================================================
 //function : ComputePentahedralMesh