add more missing include directives

This commit is contained in:
Sébastien Loriot 2023-06-20 14:18:39 +02:00
parent 846dd80253
commit 27e303b598
3 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <CGAL/basic.h>
#include <CGAL/algorithm.h>
#include <CGAL/Lazy.h>
#include <CGAL/Lazy_exact_nt.h>
#include <CGAL/Default.h>
#include <CGAL/NewKernel_d/Filtered_predicate2.h>
#include <CGAL/iterator_from_indices.h>

View File

@ -25,6 +25,7 @@
#include <CGAL/tags.h>
#include <CGAL/Uncertain.h>
#include <CGAL/Unfiltered_predicate_adaptor.h>
#include <CGAL/Lazy_exact_nt.h>
#include <boost/tuple/tuple.hpp>
#include <boost/optional/optional.hpp>

View File

@ -1,6 +1,7 @@
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Cartesian.h>
#include <CGAL/Filtered_kernel.h>
#include <CGAL/Lazy_exact_nt.h>
#include <CGAL/make_surface_mesh.h>