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