Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/cad/PrusaSlicer/files/patch-src_libslic3r_Triangulation.cpp
18157 views
1
--- src/libslic3r/Triangulation.cpp.orig 2024-12-20 11:54:34 UTC
2
+++ src/libslic3r/Triangulation.cpp
3
@@ -2,6 +2,9 @@
4
///|/
5
///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
6
///|/
7
+
8
+#include <boost/next_prior.hpp>
9
+
10
#include "Triangulation.hpp"
11
12
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
13
14