diff --git a/wrappers/gmshpy/gmshGeo.i b/wrappers/gmshpy/gmshGeo.i index a57ccb2dec132ebe00ccf7c4fe1d8aa5a088a25f..919e6e601d4c68d7bbe10f3ed14177f7c045b6f5 100644 --- a/wrappers/gmshpy/gmshGeo.i +++ b/wrappers/gmshpy/gmshGeo.i @@ -37,6 +37,7 @@ #include "SBoundingBox3d.h" #include "Curvature.h" #include "simpleFunction.h" + #include "GeomMeshMatcher.h" %} namespace std { @@ -89,5 +90,6 @@ namespace std { %include "SBoundingBox3d.h" %include "Curvature.h" %include "gmshLevelset.h" +%include "GeomMeshMatcher.h"