--- ./demos/gtk-demo/demowindow.cc.orig 2008-06-11 10:42:38.000000000 +0200 +++ ./demos/gtk-demo/demowindow.cc 2008-06-11 10:42:46.000000000 +0200 @@ -31,6 +31,7 @@ #include #include #include +#include #ifdef NEED_FLOCKFILE_PROTO extern "C" void flockfile (FILE *); --- ./demos/gtk-demo/textwidget.cc.orig 2008-06-11 10:46:57.000000000 +0200 +++ ./demos/gtk-demo/textwidget.cc 2008-06-11 10:47:05.000000000 +0200 @@ -19,6 +19,8 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include + #include "textwidget.h" #include "pangomm/fontdescription.h" --- ./examples/book/custom/custom_widget/mywidget.cc.orig 2008-06-11 10:01:40.000000000 +0200 +++ ./examples/book/custom/custom_widget/mywidget.cc 2008-06-11 10:01:47.000000000 +0200 @@ -20,6 +20,7 @@ #include #include // for cairo helper functions #include +#include //#include //For GTK_IS_WIDGET() --- ./gtk/gtkmm/scale.cc.orig 2008-06-11 08:51:18.000000000 +0200 +++ ./gtk/gtkmm/scale.cc 2008-06-11 08:51:25.000000000 +0200 @@ -31,6 +31,7 @@ #include #include #include +#include #include namespace Gtk --- ./gtk/gtkmm/targetentry.cc.orig 2008-06-11 09:02:03.000000000 +0200 +++ ./gtk/gtkmm/targetentry.cc 2008-06-11 09:02:09.000000000 +0200 @@ -21,6 +21,7 @@ */ #include +#include namespace Gtk