mirror of https://git.FreeBSD.org/ports.git
cad/meshdev: Support modern gcc by adding <cstring> header
This commit is contained in:
parent
3a63ba57c2
commit
e69f537ec9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397375
|
@ -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
|
Loading…
Reference in New Issue