diff -NrU5 pan-0.133/pan/general/log.cc pan-0.133-r1/pan/general/log.cc --- pan-0.133/pan/general/log.cc 2007-08-01 11:00:01.000000000 -0600 +++ pan-0.133-r1/pan/general/log.cc 2009-05-10 20:39:35.000000000 -0600 @@ -16,10 +16,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include +#include #include #include #include "log.h" using namespace pan; diff -NrU5 pan-0.133/pan/general/progress.cc pan-0.133-r1/pan/general/progress.cc --- pan-0.133/pan/general/progress.cc 2007-08-01 11:00:01.000000000 -0600 +++ pan-0.133-r1/pan/general/progress.cc 2009-05-10 20:40:18.000000000 -0600 @@ -16,10 +16,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include +#include #include #include "progress.h" #include "string-view.h" using namespace pan; diff -NrU5 pan-0.133/pan/tasks/nntp-pool.cc pan-0.133-r1/pan/tasks/nntp-pool.cc --- pan-0.133/pan/tasks/nntp-pool.cc 2008-07-05 00:39:27.000000000 -0600 +++ pan-0.133-r1/pan/tasks/nntp-pool.cc 2009-05-10 20:42:17.000000000 -0600 @@ -16,10 +16,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include +#include #include #include #include #include #include diff -NrU5 pan-0.133/pan/tasks/nntp.cc pan-0.133-r1/pan/tasks/nntp.cc --- pan-0.133/pan/tasks/nntp.cc 2008-07-05 13:16:06.000000000 -0600 +++ pan-0.133-r1/pan/tasks/nntp.cc 2009-05-10 20:41:42.000000000 -0600 @@ -16,10 +16,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include +#include #include #include #include // abort, atoi, strtoul extern "C" { #include diff -NrU5 pan-0.133/pan/usenet-utils/numbers.cc pan-0.133-r1/pan/usenet-utils/numbers.cc --- pan-0.133/pan/usenet-utils/numbers.cc 2008-07-04 09:01:53.000000000 -0600 +++ pan-0.133-r1/pan/usenet-utils/numbers.cc 2009-05-10 20:41:02.000000000 -0600 @@ -16,10 +16,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include +#include #include #include #include "numbers.h" #include