mirror of https://github.com/CGAL/cgal
add more missing include directives
This commit is contained in:
parent
846dd80253
commit
27e303b598
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue