X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/0a84390105eee4349d30bb40be9f45f68468308f..233b185f104d72df97b953362ef154e628a3c4c8:/apt-pkg/contrib/progress.h?ds=sidebyside 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 #include +using std::string; + class Configuration; class OpProgress {