From f84d72c8f5298c6373f5182341cb0cc18f4c50e9 Mon Sep 17 00:00:00 2001 From: Aidan Case Date: Mon, 5 Feb 2024 00:35:59 -0600 Subject: [PATCH] Give CGAL a boost::prior (import) CGAL uses boost::prior but doesn't import it properly. A small hack here just imports it before importing anything CGAL. --- src/libslic3r/Geometry/VoronoiUtilsCgal.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libslic3r/Geometry/VoronoiUtilsCgal.cpp b/src/libslic3r/Geometry/VoronoiUtilsCgal.cpp index 062a3b39793..e76decf5f1a 100644 --- a/src/libslic3r/Geometry/VoronoiUtilsCgal.cpp +++ b/src/libslic3r/Geometry/VoronoiUtilsCgal.cpp @@ -1,3 +1,4 @@ +#include #include #include #include @@ -100,4 +101,4 @@ bool VoronoiUtilsCgal::is_voronoi_diagram_planar_angle(const VoronoiDiagram &vor } -} // namespace Slic3r::Geometry \ No newline at end of file +} // namespace Slic3r::Geometry