[Numpy-svn] r5908 - branches/ufunc_cleanup/numpy/core/include/numpy

numpy-svn at scipy.org numpy-svn at scipy.org
Fri Oct 3 21:55:00 EDT 2008


Author: charris
Date: 2008-10-03 20:54:58 -0500 (Fri, 03 Oct 2008)
New Revision: 5908

Modified:
   branches/ufunc_cleanup/numpy/core/include/numpy/WTF_MathExtras.h
Log:
Try include fix in WTF_MathExtras.h file

Modified: branches/ufunc_cleanup/numpy/core/include/numpy/WTF_MathExtras.h
===================================================================
--- branches/ufunc_cleanup/numpy/core/include/numpy/WTF_MathExtras.h	2008-10-04 01:02:11 UTC (rev 5907)
+++ branches/ufunc_cleanup/numpy/core/include/numpy/WTF_MathExtras.h	2008-10-04 01:54:58 UTC (rev 5908)
@@ -45,7 +45,7 @@
 #if defined(_MSC_VER)
 
 #include <xmath.h>
-#include <limits>
+#include <limits.h>
 
 #if HAVE(FLOAT_H)
 #include <float.h>




More information about the Numpy-svn mailing list