]> SALOME platform Git repositories - plugins/gmshplugin.git/commitdiff
Salome HOME
bos #18710 Compile GMSHPLUGIN on Windows V9_9_0a1 V9_9_0a2
authorvsr <vsr@opencascade.com>
Wed, 2 Mar 2022 12:24:02 +0000 (15:24 +0300)
committervsr <vsr@opencascade.com>
Wed, 2 Mar 2022 12:24:02 +0000 (15:24 +0300)
src/GMSHPlugin/GMSHPlugin_Mesher.cxx

index 8ac85b561ec2cebd5d52d67595e9d48641ee1443..847526ef4e68c8943521c7100d00fd19115bf0fe 100644 (file)
@@ -60,7 +60,7 @@
 
 #if GMSH_MAJOR_VERSION >=4
 #include <GmshGlobal.h>
-#include <Context.h>
+#include <gmsh/Context.h>
 #endif
 
 #if GMSH_MAJOR_VERSION >=4 && GMSH_MINOR_VERSION >=8