--- a/src/FbDesk.cc +++ b/src/FbDesk.cc @@ -37,10 +37,11 @@ #include #include #include #include #include +#include using namespace std; using namespace FbTk; --- a/src/FbTk/FbPixmap.cc +++ b/src/FbTk/FbPixmap.cc @@ -28,10 +28,11 @@ #include #include #include #include +#include using namespace std; namespace FbTk { --- a/src/FbTk/KeyUtil.cc +++ b/src/FbTk/KeyUtil.cc @@ -23,10 +23,11 @@ #include "KeyUtil.hh" #include "App.hh" #include +#include namespace { struct t_modlist{ char *str; --- a/src/FbTk/StringUtil.cc +++ b/src/FbTk/StringUtil.cc @@ -47,10 +47,11 @@ #include #include #include +#include using std::string; using std::transform; namespace FbTk { --- a/src/FbTk/TextBox.cc +++ b/src/FbTk/TextBox.cc @@ -34,10 +34,11 @@ #endif #include #include #include +#include namespace FbTk { TextBox::TextBox(int screen_num, const Font &font, const std::string &text): --- a/src/FbTk/TextureRender.cc +++ b/src/FbTk/TextureRender.cc @@ -31,10 +31,11 @@ #include "FbPixmap.hh" #include "GContext.hh" #include #include +#include #ifdef HAVE_CSTDIO #include #else #include #endif --- a/src/FbTk/Theme.cc +++ b/src/FbTk/Theme.cc @@ -34,10 +34,11 @@ #else #include #endif #include #include +#include using namespace std; namespace FbTk { --- a/src/FbTk/ThemeItems.cc +++ b/src/FbTk/ThemeItems.cc @@ -46,10 +46,12 @@ #include #endif #include #include +#include +#include namespace FbTk { using std::string; using std::cerr; --- a/src/FbTk/XFontImp.cc +++ b/src/FbTk/XFontImp.cc @@ -26,10 +26,11 @@ #include "GContext.hh" #include "FbPixmap.hh" #include +#include #include #include #ifdef HAVE_CSTDIO #include #else --- a/src/main.cc +++ b/src/main.cc @@ -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) { --- a/src/FbTk/ImagePNG.cc +++ b/src/FbTk/ImagePNG.cc @@ -30,6 +30,7 @@ #include #include #include +#include using namespace std; namespace {