ports/cad/PrusaSlicer/files/patch-src_libslic3r_Triangulation.cpp
Michael Reifenberger ae9787cdfb cad/PrusaSlicer: update to 2.9.0
Adapted patch provided from Jesper Schmitz Mouridsen

PR:		284821
Reported by:	Torfinn Ingolfsen
Approved by:	teodorsigaev@
2025-03-09 15:37:10 +01:00

12 lines
336 B
C++

--- src/libslic3r/Triangulation.cpp.orig 2024-12-20 11:54:34 UTC
+++ src/libslic3r/Triangulation.cpp
@@ -2,6 +2,9 @@
///|/
///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
///|/
+
+#include <boost/next_prior.hpp>
+
#include "Triangulation.hpp"
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>