diff --git a/wrappers/gmshpy/gmshGeo.i b/wrappers/gmshpy/gmshGeo.i index 919e6e601d4c68d7bbe10f3ed14177f7c045b6f5..4ae373bc13087c7eccb3205e7c80cd1552937f47 100644 --- a/wrappers/gmshpy/gmshGeo.i +++ b/wrappers/gmshpy/gmshGeo.i @@ -26,6 +26,7 @@ #include "MVertex.h" #include "MTriangle.h" #include "MPrism.h" + #include "MHexahedron.h" #include "MQuadrangle.h" #include "MLine.h" #include "MEdge.h" @@ -79,6 +80,7 @@ namespace std { %include "MVertex.h" %include "MTriangle.h" %include "MPrism.h" +%include "MHexahedron.h" %include "MQuadrangle.h" %include "MLine.h" %include "MEdge.h"