diff --git a/Homogeneous_kernel/include/CGAL/Homogeneous/function_objects.h b/Homogeneous_kernel/include/CGAL/Homogeneous/function_objects.h index 1adda8240c3..a353deb8fbb 100644 --- a/Homogeneous_kernel/include/CGAL/Homogeneous/function_objects.h +++ b/Homogeneous_kernel/include/CGAL/Homogeneous/function_objects.h @@ -4355,6 +4355,7 @@ namespace HomogeneousKernelFunctors { return std::make_pair( (*this)(p, q, r, s), (*this)(p, q, r, t) ); } + Orientation operator()( const Point_3& p, const Point_3& q, const Point_3& r, const Point_3& s) const {