From 4d055c05ce287dabd9e224af5c71d690a44b2db6 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:57:53 +0000 Subject: G++3 fixes from Randolph Author: jgg Date: 2001-05-07 05:25:13 GMT G++3 fixes from Randolph --- apt-pkg/contrib/progress.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'apt-pkg/contrib/progress.cc') diff --git a/apt-pkg/contrib/progress.cc b/apt-pkg/contrib/progress.cc index 70e488d5f..ab81e0643 100644 --- a/apt-pkg/contrib/progress.cc +++ b/apt-pkg/contrib/progress.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: progress.cc,v 1.10 2001/02/20 07:03:17 jgg Exp $ +// $Id: progress.cc,v 1.11 2001/05/07 05:25:13 jgg Exp $ /* ###################################################################### OpProgress - Operation Progress @@ -16,10 +16,13 @@ #include #include - + +#include #include /*}}}*/ +using namespace std; + // OpProgress::OpProgress - Constructor /*{{{*/ // --------------------------------------------------------------------- /* */ -- cgit v1.2.3