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:
Aidan
2024-02-09 20:25:16 -06:00
committed by GitHub
parent 5524d9db53
commit 955601d632

View File

@@ -1,3 +1,4 @@
#include <boost/next_prior.hpp>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h> #include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include <CGAL/Arr_segment_traits_2.h> #include <CGAL/Arr_segment_traits_2.h>
#include <CGAL/Surface_sweep_2_algorithms.h> #include <CGAL/Surface_sweep_2_algorithms.h>