aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-09-20 15:22:52 +0000
committerJohn Marino <marino@FreeBSD.org>2015-09-20 15:22:52 +0000
commite69f537ec9af91f7e4dd34aacadc489376109eac (patch)
treeb77ae01593f62db50b5e7ec8e4778c4c4711bbb2 /cad
parent3a63ba57c26158c72fe49bca2a6413f5350e9d72 (diff)
downloadports-e69f537ec9af91f7e4dd34aacadc489376109eac.tar.gz
ports-e69f537ec9af91f7e4dd34aacadc489376109eac.zip
cad/meshdev: Support modern gcc by adding <cstring> header
Notes
Notes: svn path=/head/; revision=397375
Diffstat (limited to 'cad')
-rw-r--r--cad/meshdev/files/patch-src_VectorT.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/meshdev/files/patch-src_VectorT.h b/cad/meshdev/files/patch-src_VectorT.h
new file mode 100644
index 000000000000..b2a88aa39e89
--- /dev/null
+++ b/cad/meshdev/files/patch-src_VectorT.h
@@ -0,0 +1,10 @@
+--- src/VectorT.h.orig 2012-02-06 13:02:05 UTC
++++ src/VectorT.h
+@@ -22,6 +22,7 @@
+ #include <math.h>
+ #include <algorithm>
+ #include <iostream>
++#include <cstring>
+
+ template<typename Type, int Size>
+ class VectorT