diff --git a/libsrc/geom2d/python_geom2d.cpp b/libsrc/geom2d/python_geom2d.cpp index 9162e7d3..3f12be17 100644 --- a/libsrc/geom2d/python_geom2d.cpp +++ b/libsrc/geom2d/python_geom2d.cpp @@ -249,6 +249,9 @@ void ExportGeom2d() } +BOOST_PYTHON_MODULE(libgeom2d) { + ExportGeom2d(); +} #endif