From 055feecf7e4709c71261651d52f19fd26068c19c Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 2 Mar 2022 15:24:02 +0300 Subject: [PATCH] bos #18710 Compile GMSHPLUGIN on Windows --- src/GMSHPlugin/GMSHPlugin_Mesher.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GMSHPlugin/GMSHPlugin_Mesher.cxx b/src/GMSHPlugin/GMSHPlugin_Mesher.cxx index 8ac85b5..847526e 100644 --- a/src/GMSHPlugin/GMSHPlugin_Mesher.cxx +++ b/src/GMSHPlugin/GMSHPlugin_Mesher.cxx @@ -60,7 +60,7 @@ #if GMSH_MAJOR_VERSION >=4 #include -#include +#include #endif #if GMSH_MAJOR_VERSION >=4 && GMSH_MINOR_VERSION >=8 -- 2.39.2