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