From d2da483e52f989abac8c6a85fd0c637ffe80025c Mon Sep 17 00:00:00 2001 From: Brendan Fabeny Date: Thu, 11 Aug 2011 21:12:52 +0000 Subject: [PATCH] fix build with lang/gcc46 Reported by: pav, gerald Approved by: stephen --- cad/gmsh/files/patch-Geo__CustomContainer.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cad/gmsh/files/patch-Geo__CustomContainer.h diff --git a/cad/gmsh/files/patch-Geo__CustomContainer.h b/cad/gmsh/files/patch-Geo__CustomContainer.h new file mode 100644 index 000000000000..c4538ad6980d --- /dev/null +++ b/cad/gmsh/files/patch-Geo__CustomContainer.h @@ -0,0 +1,10 @@ +--- Geo/CustomContainer.h.orig 2010-10-15 09:35:00.000000000 -0400 ++++ Geo/CustomContainer.h 2011-08-09 05:12:35.000000000 -0400 +@@ -8,6 +8,7 @@ + #ifndef _CUSTOMCONTAINER_H_ + #define _CUSTOMCONTAINER_H_ + ++#include + #include + #include +