summaryrefslogtreecommitdiffstats
path: root/academic/extrema/extrema-4.4.5-gcc47.patch
diff options
context:
space:
mode:
Diffstat (limited to 'academic/extrema/extrema-4.4.5-gcc47.patch')
-rw-r--r--academic/extrema/extrema-4.4.5-gcc47.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/academic/extrema/extrema-4.4.5-gcc47.patch b/academic/extrema/extrema-4.4.5-gcc47.patch
new file mode 100644
index 0000000000..9059cae2ba
--- /dev/null
+++ b/academic/extrema/extrema-4.4.5-gcc47.patch
@@ -0,0 +1,12 @@
+diff --git a/src/Graphics/GRA_thiessenTriangulation.h b/src/Graphics/GRA_thiessenTriangulation.h
+index cbcc050..571943e 100644
+--- a/src/Graphics/GRA_thiessenTriangulation.h
++++ b/src/Graphics/GRA_thiessenTriangulation.h
+@@ -19,6 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ #define GRA_THIESSENTRIANGULATION
+
+ #include <vector>
++#include <cstddef>
+
+ class GRA_thiessenTriangulation
+ {