mirror of https://github.com/CGAL/cgal
Missing std::
This commit is contained in:
parent
0db23504e8
commit
d06bb93107
|
|
@ -651,7 +651,7 @@ Qt_widget& operator<<(Qt_widget& w, const Ray_2<R>& r)
|
|||
|
||||
double x,y;
|
||||
|
||||
if (fabs(dx)>fabs(dy))
|
||||
if (std::fabs(dx)>std::fabs(dy))
|
||||
{
|
||||
if (p1d.x()<p2d.x())
|
||||
x = w.x_max();
|
||||
|
|
|
|||
Loading…
Reference in New Issue