Salome HOME
remove tag specification from solverlab
[tools/sat_salome.git] / products / patches / GMSHPlugin_Mesher-ctx.patch
1 diff --git a/src/GMSHPlugin/GMSHPlugin_Mesher.cxx b/src/GMSHPlugin/GMSHPlugin_Mesher.cxx
2 index 8ac85b5..847526e 100644
3 --- a/src/GMSHPlugin/GMSHPlugin_Mesher.cxx
4 +++ b/src/GMSHPlugin/GMSHPlugin_Mesher.cxx
5 @@ -60,7 +60,7 @@
6  
7  #if GMSH_MAJOR_VERSION >=4
8  #include <GmshGlobal.h>
9 -#include <Context.h>
10 +#include <gmsh/Context.h>
11  #endif
12  
13  #if GMSH_MAJOR_VERSION >=4 && GMSH_MINOR_VERSION >=8