mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Adapted patch provided from Jesper Schmitz Mouridsen PR: 284821 Reported by: Torfinn Ingolfsen Approved by: teodorsigaev@
12 lines
336 B
C++
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>
|