summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-11-09 03:10:15 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-11-09 03:10:15 +0000
commit1192cf9f3d782909c820708346d26e4ffb0b2549 (patch)
treeee441ebccf5b23c89c8c89dbdac27636f35fe3ed
parenta15f842f5df9f185f74494282f97389f74943474 (diff)
downloadnumpy-1192cf9f3d782909c820708346d26e4ffb0b2549.tar.gz
BUG: float.h inclusion was lost somewhere.
-rw-r--r--numpy/core/src/npymath/npy_math_common.h1
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"