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