[MeshPart] fix unwrap feature

- fixes #8741
- in commit 5830b5c28c4107b1795a the pybind headers were accidentally removed
This commit is contained in:
Uwe
2023-03-09 16:36:04 +01:00
parent 2a1438be59
commit 4045c3ce7b

View File

@@ -34,9 +34,15 @@
# include <TopoDS_Face.hxx>
#endif
// neccessary for the feature despite not all are necessary for compilation
#include <pybind11/eigen.h>
#include <pybind11/numpy.h>
#include <pybind11/operators.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <Mod/Part/App/TopoShapeFacePy.h>
#include <Mod/Part/App/TopoShapeEdgePy.h>
#include <pybind11/eigen.h>
#include "MeshFlattening.h"
#include "MeshFlatteningLscmRelax.h"