3#ifndef DUNE_MMESH_CGAL_INCLUDUES_HH
4#define DUNE_MMESH_CGAL_INCLUDUES_HH
7#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
8#include <CGAL/Point_2.h>
9#include <CGAL/Point_3.h>
10#include <CGAL/Vector_3.h>
11#include <CGAL/Triangle_2.h>
12#include <CGAL/Polygon_2.h>
13#include <CGAL/circulator.h>
14#include <CGAL/Kernel/global_functions.h>
15#include <CGAL/utility.h>
18#include <CGAL/Triangulation_2.h>
19#include <CGAL/Triangulation_face_base_with_info_2.h>
20#include <CGAL/Triangulation_vertex_base_with_info_2.h>
21#include <CGAL/Triangulation_hierarchy_2.h>
22#include <CGAL/Delaunay_triangulation_2.h>
23#include <CGAL/Delaunay_mesh_face_base_2.h>
24#include <CGAL/Delaunay_mesh_vertex_base_2.h>
27#include <CGAL/Triangulation_3.h>
28#include <CGAL/Triangulation_cell_base_with_info_3.h>
29#include <CGAL/Triangulation_vertex_base_with_info_3.h>
30#include <CGAL/Delaunay_triangulation_3.h>
31#include <CGAL/Delaunay_triangulation_cell_base_3.h>
34#include <CGAL/intersections.h>