]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/progress.cc
Do not check for free space if --no-dowload is set
[apt.git] / apt-pkg / contrib / progress.cc
index 70e488d5feadfd9826b9c663552daa3d1b2fd4dc..ab81e064350818a01bf6585e4167359222cc94f0 100644 (file)
@@ -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
 #include <apt-pkg/configuration.h>
 
 #include <apti18n.h>
-    
+
+#include <iostream>
 #include <stdio.h>
                                                                        /*}}}*/
 
+using namespace std;
+
 // OpProgress::OpProgress - Constructor                                        /*{{{*/
 // ---------------------------------------------------------------------
 /* */