diff options
author | John Marino <marino@FreeBSD.org> | 2015-09-20 15:22:52 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-09-20 15:22:52 +0000 |
commit | e69f537ec9af91f7e4dd34aacadc489376109eac (patch) | |
tree | b77ae01593f62db50b5e7ec8e4778c4c4711bbb2 /cad/meshdev/files | |
parent | Remove BROKEN on Tier-2 systems statements which no longer true at least (diff) |
cad/meshdev: Support modern gcc by adding <cstring> header
Notes
Notes:
svn path=/head/; revision=397375
Diffstat (limited to 'cad/meshdev/files')
-rw-r--r-- | cad/meshdev/files/patch-src_VectorT.h | 10 |
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 |