more missing includes (#6398)

Here are more missing header files recently identified by building
without precompiled header support.
This commit is contained in:
Robert Schiele
2024-08-09 15:33:09 +02:00
committed by GitHub
parent ad8cec26af
commit 7bbffaa996
5 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// Needed since the CGAL headers are not self-contained.
#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>