mirror of https://github.com/CGAL/cgal
include math.h for nextafter() (required by sunpro).
This commit is contained in:
parent
bccd316fdf
commit
2cfce99aa6
|
|
@ -27,6 +27,7 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <utility>
|
||||
#include <cmath>
|
||||
#include <math.h> // for nextafter
|
||||
#include <limits>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
|
|
|||
Loading…
Reference in New Issue