33#ifndef CGALTriangulation2DKernel_H
34#define CGALTriangulation2DKernel_H
37#include "CGAL/version.h"
38#if defined(CGAL_VERSION_NR) && (CGAL_VERSION_NR < 1050211000)
39#define BOOST_BIND_GLOBAL_PLACEHOLDERS
41#pragma clang diagnostic ignored "-Wbitwise-instead-of-logical"
42#pragma clang diagnostic ignored "-Wdeprecated-builtins"
43#pragma clang diagnostic ignored "-Wdeprecated-declarations"
47#include "CGAL/Delaunay_triangulation_2.h"
55 #include "CGAL/Exact_predicates_inexact_constructions_kernel.h"
57 typedef CGAL::Exact_predicates_inexact_constructions_kernel
K;
62 #include "CGAL/Exact_predicates_exact_constructions_kernel.h"
64 typedef CGAL::Exact_predicates_exact_constructions_kernel
K;
CGAL::Exact_predicates_exact_constructions_kernel K