From 619ead9a9ca3cb8bac6b338f6f2bdc49875b6d0a Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 30 Apr 2007 15:07:37 +0000 Subject: [PATCH] robust kernel,bg color, point input --- Convex_hull_2/demo/Convex_hull_2/Qt_widget_toolbar.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Convex_hull_2/demo/Convex_hull_2/Qt_widget_toolbar.h b/Convex_hull_2/demo/Convex_hull_2/Qt_widget_toolbar.h index cbd573c1aeb..96c1e3f61e7 100644 --- a/Convex_hull_2/demo/Convex_hull_2/Qt_widget_toolbar.h +++ b/Convex_hull_2/demo/Convex_hull_2/Qt_widget_toolbar.h @@ -21,8 +21,7 @@ #ifndef CGAL_QT_WIDGET_TOOLBAR_H #define CGAL_QT_WIDGET_TOOLBAR_H -#include -#include +#include // TODO: check if some of those includes shouldn't be in the .C file @@ -36,7 +35,7 @@ #include #include -typedef CGAL::Cartesian Rp; +typedef CGAL::Exact_predicates_inexact_constructions_kernel Rp; typedef Rp::Point_2 Point_2; class Tools_toolbar : public QToolBar