tags 625098 + patch
thanks
Hi,
including <cstddef> in src/Graphics/GRA_thiessenTriangulation.h is enough for
build to succeed, no other regressions are found by GCC 4.6; tested in a fresh
sid environment, thus easy to resolve. Since Alioth is currently down for
maintenance I can't check whether this has already been push in git.
--
pub 4096R/0E4BD0AB <people.fccf.net/danchev/key pgp.mit.edu>
diff -Naur extrema-4.4.5.dfsg.orig/src/Graphics/GRA_thiessenTriangulation.h extrema-4.4.5.dfsg/src/Graphics/GRA_thiessenTriangulation.h
--- extrema-4.4.5.dfsg.orig/src/Graphics/GRA_thiessenTriangulation.h 2011-05-21 10:02:31.000000000 +0000
+++ extrema-4.4.5.dfsg/src/Graphics/GRA_thiessenTriangulation.h 2011-05-21 10:02:46.000000000 +0000
@@ -19,6 +19,7 @@
#define GRA_THIESSENTRIANGULATION
#include <vector>
+#include <cstddef>
class GRA_thiessenTriangulation
{