diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:52 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:52 +0000 |
commit | 233b185f104d72df97b953362ef154e628a3c4c8 (patch) | |
tree | 96e90e1937a584c4bf129c340c034ae5d1e58776 /apt-pkg/contrib/progress.h | |
parent | 0a84390105eee4349d30bb40be9f45f68468308f (diff) |
G++3 fixes from Randolph
Author: jgg
Date: 2001-05-07 05:05:13 GMT
G++3 fixes from Randolph
Diffstat (limited to 'apt-pkg/contrib/progress.h')
-rw-r--r-- | apt-pkg/contrib/progress.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apt-pkg/contrib/progress.h b/apt-pkg/contrib/progress.h index f09545156..d0b1f5f94 100644 --- a/apt-pkg/contrib/progress.h +++ b/apt-pkg/contrib/progress.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: progress.h,v 1.5 1999/01/18 06:20:08 jgg Exp $ +// $Id: progress.h,v 1.6 2001/05/07 05:06:52 jgg Exp $ /* ###################################################################### OpProgress - Operation Progress @@ -28,6 +28,8 @@ #include <string> #include <sys/time.h> +using std::string; + class Configuration; class OpProgress { |