tags 455661 + patch
kthxbye

Attached is a patch to fix the FTBFS.

--
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
a typesetting engine: http://crustytoothpaste.ath.cx/~bmc/code/thwack
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -ur blitz++.old/blitz/funcs.h blitz++-0.9/blitz/funcs.h
--- blitz++.old/blitz/funcs.h	2005-10-08 01:22:55.000000000 +0000
+++ blitz++-0.9/blitz/funcs.h	2007-12-11 23:39:56.000000000 +0000
@@ -31,6 +31,8 @@
 #include <blitz/promote.h>
 #include <blitz/prettyprint.h>
 
+#include <cstdlib>
+
 BZ_NAMESPACE(blitz)
     
 /* Helper functions */
diff -ur blitz++.old/blitz/mathfunc.h blitz++-0.9/blitz/mathfunc.h
--- blitz++.old/blitz/mathfunc.h	2005-05-18 20:22:38.000000000 +0000
+++ blitz++-0.9/blitz/mathfunc.h	2007-12-11 23:39:39.000000000 +0000
@@ -12,6 +12,8 @@
  #include <blitz/prettyprint.h>
 #endif
 
+#include <cstdlib>
+
 BZ_NAMESPACE(blitz)
 
 // abs(P_numtype1)    Absolute value

Attachment: signature.asc
Description: Digital signature

Reply via email to