updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / blitz / header.patch
blobdbff80350323bc6275ea1af38209a346c4e562db
1 --- src/blitz-0.9/blitz/mathfunc.h~ 2008-08-09 22:30:23.559474609 +0200
2 +++ src/blitz-0.9/blitz/mathfunc.h 2008-08-09 22:32:14.462798142 +0200
3 @@ -1,5 +1,6 @@
4 // Generated: genmathfunc.cpp Jan 28 2005 12:04:32
6 +#include <cstdlib>
7 #ifndef BZ_MATHFUNC_H
8 #define BZ_MATHFUNC_H
10 --- src/blitz-0.9/blitz/funcs.h~ 2008-08-09 22:30:41.184227089 +0200
11 +++ src/blitz-0.9/blitz/funcs.h 2008-08-09 22:31:57.980323025 +0200
12 @@ -27,6 +27,7 @@
13 #ifndef BZ_FUNCS_H
14 #define BZ_FUNCS_H
16 +#include <cstdlib>
17 #include <blitz/blitz.h>
18 #include <blitz/promote.h>
19 #include <blitz/prettyprint.h>