diff options
| author | David Cournapeau <cournape@gmail.com> | 2009-11-09 03:10:15 +0000 |
|---|---|---|
| committer | David Cournapeau <cournape@gmail.com> | 2009-11-09 03:10:15 +0000 |
| commit | 1192cf9f3d782909c820708346d26e4ffb0b2549 (patch) | |
| tree | ee441ebccf5b23c89c8c89dbdac27636f35fe3ed | |
| parent | a15f842f5df9f185f74494282f97389f74943474 (diff) | |
| download | numpy-1192cf9f3d782909c820708346d26e4ffb0b2549.tar.gz | |
BUG: float.h inclusion was lost somewhere.
| -rw-r--r-- | numpy/core/src/npymath/npy_math_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/src/npymath/npy_math_common.h b/numpy/core/src/npymath/npy_math_common.h index 0705ea323..1f555a90a 100644 --- a/numpy/core/src/npymath/npy_math_common.h +++ b/numpy/core/src/npymath/npy_math_common.h @@ -3,6 +3,7 @@ */ #include <Python.h> #include <math.h> +#include <float.h> #include "npy_config.h" #include "numpy/npy_math.h" |
