aboutsummaryrefslogtreecommitdiff
path: root/cad/PrusaSlicer/files/patch-src_libslic3r_CutSurface.cpp
blob: 0bba0fdeed85a6645e6d4a30252f9057aa4bbc68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/libslic3r/CutSurface.cpp.orig	2024-12-20 11:54:34 UTC
+++ src/libslic3r/CutSurface.cpp
@@ -27,6 +27,8 @@ using namespace Slic3r;
 //#define DEBUG_OUTPUT_DIR std::string("C:/data/temp/cutSurface/")
 
 using namespace Slic3r;
+#include <boost/next_prior.hpp>
+
 #include <CGAL/Polygon_mesh_processing/corefinement.h>
 #include <CGAL/Exact_integer.h>
 #include <CGAL/Surface_mesh.h>