diff --git a/Packages/Planar_map/examples/Planar_map/example9.C b/Packages/Planar_map/examples/Planar_map/example9.C index fc1b808dd1e..87e9794e7f8 100644 --- a/Packages/Planar_map/examples/Planar_map/example9.C +++ b/Packages/Planar_map/examples/Planar_map/example9.C @@ -1,15 +1,18 @@ -#include //CGAL definitions that need to be before anything -#include +// example9 + +#include //CGAL definitions that need to come before anything + +//#include +#include -#include #include #include #include - #include #include +#include //uncomment if you have LEDA installed. //#include @@ -18,7 +21,8 @@ //uncomment if you have LEDA installed. //#include -typedef leda_rational NT; +//typedef leda_rational NT; +typedef CGAL::Quotient NT; typedef CGAL::Cartesian R; typedef CGAL::Pm_segment_exact_traits Traits; typedef CGAL::Pm_default_dcel Dcel;