Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 8b699d1e9207e9c406a23174ec59a62a > files > 3

libqalculate-0.9.6-9mdv2009.0.src.rpm

--- libqalculate/Number.cc	2007-05-18 04:03:22.000000000 -0400
+++ libqalculate/Number.cc.oden	2008-06-28 15:39:27.000000000 -0400
@@ -15,6 +15,7 @@
 #include "Calculator.h"
 
 #include <sstream>
+#include <limits.h>
 #include "util.h"
 
 #define REAL_PRECISION_FLOAT_RE(x)		cln::cl_float(cln::realpart(x), cln::float_format(PRECISION + 1))