Missing std::

This commit is contained in:
Marc Glisse 2006-02-27 18:48:47 +00:00
parent 0db23504e8
commit d06bb93107
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ Qt_widget& operator<<(Qt_widget& w, const Ray_2<R>& r)
double x,y; double x,y;
if (fabs(dx)>fabs(dy)) if (std::fabs(dx)>std::fabs(dy))
{ {
if (p1d.x()<p2d.x()) if (p1d.x()<p2d.x())
x = w.x_max(); x = w.x_max();