freebsd-ports/cad/PrusaSlicer/files/patch-src_libslic3r_Triangulation.cpp
Teodor Sigaev ea2855f6a7
cad/PrusaSlicer: Update to 2.8.1
PR:		282145
2024-10-29 03:13:29 +08:00

12 lines
336 B
C++

--- src/libslic3r/Triangulation.cpp.orig 2024-09-18 13:39:04 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>