]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/progress.h
G++3 fixes from Randolph
[apt.git] / apt-pkg / contrib / progress.h
index f095451560cebcc3a4202aeed90320b2daa25afd..d0b1f5f942732e4fa407903d3ae6e3beac7a6a82 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
 // -*- 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
 /* ######################################################################
    
    OpProgress - Operation Progress
@@ -28,6 +28,8 @@
 #include <string>
 #include <sys/time.h>
 
 #include <string>
 #include <sys/time.h>
 
+using std::string;
+
 class Configuration;
 class OpProgress
 {
 class Configuration;
 class OpProgress
 {