diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-08-11 21:12:52 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-08-11 21:12:52 +0000 |
commit | d2da483e52f989abac8c6a85fd0c637ffe80025c (patch) | |
tree | a6e35cc7cfd99996b5e4ee3e6cf9fbd423d0e3e4 /cad | |
parent | 869f97196979c96370558aab1b2372138e8d2e61 (diff) | |
download | ports-d2da483e52f989abac8c6a85fd0c637ffe80025c.tar.gz ports-d2da483e52f989abac8c6a85fd0c637ffe80025c.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gmsh/files/patch-Geo__CustomContainer.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 <cstddef> + #include <cstdlib> + #include <cstring> + |