Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / gmsh-4.10.3-gc13-fc38.patch
1 diff -Naur gmsh_ref/src/mesh/meshGFacePack.cpp gmsh_dev/src/mesh/meshGFacePack.cpp
2 --- gmsh_ref/src/mesh/meshGFacePack.cpp 2023-05-10 12:26:30.747582324 +0200
3 +++ gmsh_dev/src/mesh/meshGFacePack.cpp 2023-05-10 12:27:38.508438549 +0200
4 @@ -5,6 +5,7 @@
5  
6  #include <stdio.h>
7  #include <stdlib.h>
8 +#include <cstdint>
9  #include <queue>
10  #include <map>
11  #include <vector>
12 diff -Naur gmsh_ref/contrib/QuadMeshingTools/qmtMeshGeometryOptimization.h  gmsh_dev/contrib/QuadMeshingTools/qmtMeshGeometryOptimization.h
13 --- gmsh_ref/contrib/QuadMeshingTools/qmtMeshGeometryOptimization.h     2023-05-10 12:26:30.587580303 +0200
14 +++ gmsh_dev/contrib/QuadMeshingTools/qmtMeshGeometryOptimization.h     2023-05-10 13:19:26.051591778 +0200
15 @@ -9,7 +9,7 @@
16  
17  #include <float.h>
18  #include "qmtMeshUtils.h"
19 -
20 +#include <cstdint>
21  class SurfaceProjector;
22  
23  /**