diff --git a/Distance_3/include/CGAL/squared_distance_3_1.h b/Distance_3/include/CGAL/squared_distance_3_1.h index b212b25fa40..cc72bdbb35c 100644 --- a/Distance_3/include/CGAL/squared_distance_3_1.h +++ b/Distance_3/include/CGAL/squared_distance_3_1.h @@ -226,7 +226,7 @@ compare_distance_pssC3( } } } - return compare(d1*e2, d2*e1); + return CGAL::compare(d1*e2, d2*e1); } template @@ -262,7 +262,7 @@ compare_distance_ppsC3( } } } - return compare(d1*e2, d2); + return CGAL::compare(d1*e2, d2); }