1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/cad/gmsh/files/patch-Geo__CustomContainer.h
Brendan Fabeny d2da483e52 fix build with lang/gcc46
Reported by:	pav, gerald
Approved by:	stephen
2011-08-11 21:12:52 +00:00

11 lines
267 B
C

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