diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2008-10-04 01:54:58 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2008-10-04 01:54:58 +0000 |
commit | 176328e827919d0a7c84fe6b026f4422bd605874 (patch) | |
tree | 861b872d6a1298c9d04466ae8c15fbdddcbb2a35 | |
parent | 98f4cd292ae1478174270ef2f3dc70b2b3108d75 (diff) | |
download | numpy-176328e827919d0a7c84fe6b026f4422bd605874.tar.gz |
Try include fix in WTF_MathExtras.h file
-rw-r--r-- | numpy/core/include/numpy/WTF_MathExtras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/WTF_MathExtras.h b/numpy/core/include/numpy/WTF_MathExtras.h index 46bd36934..34657b271 100644 --- a/numpy/core/include/numpy/WTF_MathExtras.h +++ b/numpy/core/include/numpy/WTF_MathExtras.h @@ -45,7 +45,7 @@ #if defined(_MSC_VER) #include <xmath.h> -#include <limits> +#include <limits.h> #if HAVE(FLOAT_H) #include <float.h> |