From e69f537ec9af91f7e4dd34aacadc489376109eac Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 20 Sep 2015 15:22:52 +0000 Subject: cad/meshdev: Support modern gcc by adding header --- cad/meshdev/files/patch-src_VectorT.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cad/meshdev/files/patch-src_VectorT.h (limited to 'cad/meshdev/files') 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 + #include + #include ++#include + + template + class VectorT -- cgit v1.2.3