Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/cad/PrusaSlicer/files/patch-src_libslic3r_Geometry_VoronoiUtilsCgal.cpp
18157 views
1
--- src/libslic3r/Geometry/VoronoiUtilsCgal.cpp.orig 2024-12-20 11:54:34 UTC
2
+++ src/libslic3r/Geometry/VoronoiUtilsCgal.cpp
3
@@ -2,6 +2,7 @@
4
///|/
5
///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
6
///|/
7
+#include <boost/next_prior.hpp>
8
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
9
#include <CGAL/Arr_segment_traits_2.h>
10
#include <CGAL/Surface_sweep_2_algorithms.h>
11
@@ -333,4 +334,4 @@ VoronoiUtilsCgal::is_voronoi_diagram_planar_angle(cons
12
return true;
13
}
14
15
-} // namespace Slic3r::Geometry
16
\ No newline at end of file
17
+} // namespace Slic3r::Geometry
18
19