mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
Give CGAL a boost::prior (import) (#3978)
CGAL uses boost::prior but doesn't import it properly. A small hack here just imports it before importing anything CGAL.
This commit is contained in:
parent
5524d9db53
commit
955601d632
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#include <boost/next_prior.hpp>
|
||||
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
|
||||
#include <CGAL/Arr_segment_traits_2.h>
|
||||
#include <CGAL/Surface_sweep_2_algorithms.h>
|
||||
|
@ -100,4 +101,4 @@ bool VoronoiUtilsCgal::is_voronoi_diagram_planar_angle(const VoronoiDiagram &vor
|
|||
}
|
||||
|
||||
|
||||
} // namespace Slic3r::Geometry
|
||||
} // namespace Slic3r::Geometry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue