diff --git a/Nef_S2/include/CGAL/Nef_S2/Normalizing.h b/Nef_S2/include/CGAL/Nef_S2/Normalizing.h index d04e08b0f98..df5737ca3a3 100644 --- a/Nef_S2/include/CGAL/Nef_S2/Normalizing.h +++ b/Nef_S2/include/CGAL/Nef_S2/Normalizing.h @@ -231,6 +231,10 @@ class Normalizing { return c; } +#ifdef CGAL_USE_LEDA + static CGAL::Plane_3 normalized(CGAL::Plane& h); +#endif + template static CGAL::Plane_3 normalized(CGAL::Plane_3& h) { CGAL_assertion(!(h.a()==0 && h.b()==0 && h.c()==0 && h.d()==0));