diff -Naur mysql-workbench-gpl-5.2.34-src.orig/ext/ctemplate/ctemplate-src/src/ctemplate/template_dictionary.h mysql-workbench-gpl-5.2.34-src/ext/ctemplate/ctemplate-src/src/ctemplate/template_dictionary.h --- mysql-workbench-gpl-5.2.34-src.orig/ext/ctemplate/ctemplate-src/src/ctemplate/template_dictionary.h 2011-05-24 17:12:57.000000000 +0300 +++ mysql-workbench-gpl-5.2.34-src/ext/ctemplate/ctemplate-src/src/ctemplate/template_dictionary.h 2011-05-26 21:51:08.733360885 +0300 @@ -47,6 +47,7 @@ #ifndef TEMPLATE_TEMPLATE_DICTIONARY_H_ #define TEMPLATE_TEMPLATE_DICTIONARY_H_ +#include // for ptrdiff_t #include // for NULL #include // for StringAppendV() #include // for size_t diff -Naur mysql-workbench-gpl-5.2.34-src.orig/ext/ctemplate/ctemplate-src/src/ctemplate/template_dictionary.h.in mysql-workbench-gpl-5.2.34-src/ext/ctemplate/ctemplate-src/src/ctemplate/template_dictionary.h.in --- mysql-workbench-gpl-5.2.34-src.orig/ext/ctemplate/ctemplate-src/src/ctemplate/template_dictionary.h.in 2011-05-24 17:12:57.000000000 +0300 +++ mysql-workbench-gpl-5.2.34-src/ext/ctemplate/ctemplate-src/src/ctemplate/template_dictionary.h.in 2011-05-26 21:51:30.657080709 +0300 @@ -47,6 +47,7 @@ #ifndef TEMPLATE_TEMPLATE_DICTIONARY_H_ #define TEMPLATE_TEMPLATE_DICTIONARY_H_ +#include // for ptrdiff_t #include // for NULL #include // for StringAppendV() #include // for size_t