--- fbdesk-1.4.1.orig/src/FbDesk.cc 2008-04-18 22:42:17.000000000 +0200 +++ fbdesk-1.4.1.orig/src/FbDesk.cc 2008-04-18 23:23:53.000000000 +0200 @@ -37,10 +37,11 @@ #include #include #include #include #include +#include using namespace std; using namespace FbTk; --- fbdesk-1.4.1.orig/src/FbTk/FbPixmap.cc 2008-04-18 22:42:17.000000000 +0200 +++ fbdesk-1.4.1.orig/src/FbTk/FbPixmap.cc 2008-04-18 22:55:06.000000000 +0200 @@ -28,10 +28,11 @@ #include #include #include #include +#include using namespace std; namespace FbTk { --- fbdesk-1.4.1.orig/src/FbTk/KeyUtil.cc 2008-04-18 22:42:17.000000000 +0200 +++ fbdesk-1.4.1.orig/src/FbTk/KeyUtil.cc 2008-04-18 22:56:17.000000000 +0200 @@ -23,10 +23,11 @@ #include "KeyUtil.hh" #include "App.hh" #include +#include namespace { struct t_modlist{ char *str; --- fbdesk-1.4.1.orig/src/FbTk/StringUtil.cc 2008-04-18 22:42:17.000000000 +0200 +++ fbdesk-1.4.1.orig/src/FbTk/StringUtil.cc 2008-04-18 22:52:54.000000000 +0200 @@ -47,10 +47,11 @@ #include #include #include +#include using std::string; using std::transform; namespace FbTk { --- fbdesk-1.4.1.orig/src/FbTk/TextBox.cc 2008-04-18 22:42:17.000000000 +0200 +++ fbdesk-1.4.1.orig/src/FbTk/TextBox.cc 2008-04-18 22:58:22.000000000 +0200 @@ -34,10 +34,11 @@ #endif #include #include #include +#include namespace FbTk { TextBox::TextBox(int screen_num, const Font &font, const std::string &text): --- fbdesk-1.4.1.orig/src/FbTk/TextureRender.cc 2008-04-18 22:42:17.000000000 +0200 +++ fbdesk-1.4.1.orig/src/FbTk/TextureRender.cc 2008-04-18 22:48:18.000000000 +0200 @@ -31,10 +31,11 @@ #include "FbPixmap.hh" #include "GContext.hh" #include #include +#include #ifdef HAVE_CSTDIO #include #else #include #endif --- fbdesk-1.4.1.orig/src/FbTk/Theme.cc 2008-04-18 22:42:17.000000000 +0200 +++ fbdesk-1.4.1.orig/src/FbTk/Theme.cc 2008-04-18 22:49:14.000000000 +0200 @@ -34,10 +34,11 @@ #else #include #endif #include #include +#include using namespace std; namespace FbTk { --- fbdesk-1.4.1.orig/src/FbTk/ThemeItems.cc 2008-04-18 22:42:17.000000000 +0200 +++ fbdesk-1.4.1.orig/src/FbTk/ThemeItems.cc 2008-04-18 23:22:03.000000000 +0200 @@ -46,10 +46,12 @@ #include #endif #include #include +#include +#include namespace FbTk { using std::string; using std::cerr; --- fbdesk-1.4.1.orig/src/FbTk/XFontImp.cc 2008-04-18 22:42:17.000000000 +0200 +++ fbdesk-1.4.1.orig/src/FbTk/XFontImp.cc 2008-04-18 22:45:31.000000000 +0200 @@ -26,10 +26,11 @@ #include "GContext.hh" #include "FbPixmap.hh" #include +#include #include #include #ifdef HAVE_CSTDIO #include #else --- fbdesk-1.4.1.orig/src/main.cc 2008-04-18 22:42:17.000000000 +0200 +++ fbdesk-1.4.1.orig/src/main.cc 2008-04-18 23:24:47.000000000 +0200 @@ -21,14 +21,16 @@ #include "App.hh" #include "FbDesk.hh" #include "version.h" +#include #include #include #include #include +#include using namespace std; /// handles system signals void signalhandler(int sig) {