[MeshPart] fix unwrap feature
- fixes #8741 - in commit 5830b5c28c4107b1795a the pybind headers were accidentally removed
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user