File ctemplate-0.98-gcc46.patch of Package ctemplate
--- src/ctemplate/template_dictionary.h.in 2010-04-08 21:02:09.000000000 +0200 +++ src/ctemplate/template_dictionary.h.in 2011-04-27 11:49:43.744988830 +0200 @@ -50,6 +50,7 @@ #include <stdlib.h> // for NULL #include <stdarg.h> // for StringAppendV() #include <sys/types.h> // for size_t +#include <cstddef> #include <functional> // for less<> #include <map> #include <string>