1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/cad/meshdev/files/patch-src_VectorT.h

11 lines
217 B
C++

--- 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