include math.h for nextafter() (required by sunpro).

This commit is contained in:
Sylvain Pion 2006-09-16 06:17:16 +00:00
parent bccd316fdf
commit 2cfce99aa6
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <CGAL/basic.h>
#include <utility>
#include <cmath>
#include <math.h> // for nextafter
#include <limits>
#ifdef _MSC_VER