updated on Tue Jan 17 20:03:13 UTC 2012
[aur-mirror.git] / extrema / gcc46.patch
blob45a80429264be8aed4ad17aa5ee3b9dcf82ffed8
1 Fix building with gcc-4.6
3 https://bugs.gentoo.org/show_bug.cgi?id=363467
5 Patch written by Kacper Kowalik <xarthisius@gentoo.org>
6 --- a/src/Graphics/GRA_thiessenTriangulation.h
7 +++ b/src/Graphics/GRA_thiessenTriangulation.h
8 @@ -19,6 +19,7 @@
9 #define GRA_THIESSENTRIANGULATION
11 #include <vector>
12 +#include <cstddef>
14 class GRA_thiessenTriangulation