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_CutSurface.cpp
16461 views
1
--- src/libslic3r/CutSurface.cpp.orig 2024-12-20 11:54:34 UTC
2
+++ src/libslic3r/CutSurface.cpp
3
@@ -27,6 +27,8 @@ using namespace Slic3r;
4
//#define DEBUG_OUTPUT_DIR std::string("C:/data/temp/cutSurface/")
5
6
using namespace Slic3r;
7
+#include <boost/next_prior.hpp>
8
+
9
#include <CGAL/Polygon_mesh_processing/corefinement.h>
10
#include <CGAL/Exact_integer.h>
11
#include <CGAL/Surface_mesh.h>
12
13