From add951becd00b83afbdb29f0e53bdb72532e5086 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 5 Aug 2014 17:28:54 +0200 Subject: [PATCH] Use CGAL::Exact_rational instead of CGAL::Gmpq --- NewKernel_d/test/NewKernel_d/Epick_d.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NewKernel_d/test/NewKernel_d/Epick_d.cpp b/NewKernel_d/test/NewKernel_d/Epick_d.cpp index 4382d01d3b2..f10794c16f8 100644 --- a/NewKernel_d/test/NewKernel_d/Epick_d.cpp +++ b/NewKernel_d/test/NewKernel_d/Epick_d.cpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include #include @@ -16,7 +16,7 @@ //typedef CGAL::Cartesian_base_d > K0; //typedef CGAL::Cartesian_base_d > KA; struct KA : CGAL::Cartesian_static_filters, CGAL::Cartesian_base_d, KA>, KA> {}; -typedef CGAL::Cartesian_base_d > KE; +typedef CGAL::Cartesian_base_d > KE; struct RC: public CGAL::Cartesian_static_filters, // Yes, it is silly to put it there.