Index: pan/general/log.cc =================================================================== --- pan/general/log.cc.orig 2007-08-01 19:00:01.000000000 +0200 +++ pan/general/log.cc 2009-02-27 23:24:38.000000000 +0100 @@ -18,6 +18,7 @@ */ #include +#include #include #include #include "log.h" Index: pan/general/progress.cc =================================================================== --- pan/general/progress.cc.orig 2007-08-01 19:00:01.000000000 +0200 +++ pan/general/progress.cc 2009-02-27 23:37:32.000000000 +0100 @@ -18,6 +18,7 @@ */ #include +#include #include #include "progress.h" #include "string-view.h" Index: pan/usenet-utils/numbers.cc =================================================================== --- pan/usenet-utils/numbers.cc.orig 2008-07-04 17:01:53.000000000 +0200 +++ pan/usenet-utils/numbers.cc 2009-02-27 23:42:23.000000000 +0100 @@ -18,6 +18,7 @@ */ #include +#include #include #include #include "numbers.h" Index: pan/tasks/nntp.cc =================================================================== --- pan/tasks/nntp.cc.orig 2008-07-05 21:16:06.000000000 +0200 +++ pan/tasks/nntp.cc 2009-02-27 23:50:21.000000000 +0100 @@ -18,6 +18,7 @@ */ #include +#include #include #include #include // abort, atoi, strtoul Index: pan/tasks/nntp-pool.cc =================================================================== --- pan/tasks/nntp-pool.cc.orig 2008-07-05 08:39:27.000000000 +0200 +++ pan/tasks/nntp-pool.cc 2009-02-28 00:03:01.000000000 +0100 @@ -18,6 +18,7 @@ */ #include +#include #include #include #include