fix build with lang/gcc46

Reported by:	pav, gerald
Approved by:	stephen
This commit is contained in:
Brendan Fabeny 2011-08-11 21:12:52 +00:00
parent 869f971969
commit d2da483e52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279510

View File

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