Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/PrusaSlicer/files/patch-src_libslic3r_MeshBoolean.cpp
16461 views
1
--- src/libslic3r/MeshBoolean.cpp.orig 2024-12-20 11:54:34 UTC
2
+++ src/libslic3r/MeshBoolean.cpp
3
@@ -10,6 +10,8 @@
4
5
#undef PI
6
7
+#include <boost/next_prior.hpp>
8
+
9
// Include igl first. It defines "L" macro which then clashes with our localization
10
#include <igl/copyleft/cgal/mesh_boolean.h> // IWYU pragma: keep
11
#include <igl/MeshBooleanType.h>
12
13