summaryrefslogtreecommitdiff
path: root/cad/PrusaSlicer/files/patch-src_libslic3r_Triangulation.cpp
blob: df97343879c72d8de23055e606e1e2b2d96a7bca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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>