mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
Reported by: Teodor Sigaev <teodorsigaev@gmail.com> Reviewed by: lwhsu (mentor) Sponsored by: Postgres Professional Differential Revision: https://reviews.freebsd.org/D44315
12 lines
369 B
C++
12 lines
369 B
C++
--- src/libslic3r/Triangulation.cpp.orig 2024-03-01 11:48:14 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 "IntersectionPoints.hpp"
|
|
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|