]> git.saurik.com Git - apt.git/blobdiff - cmdline/acqprogress.cc
commented out a stray debugging line that will break debconf
[apt.git] / cmdline / acqprogress.cc
index e7b6b9ab8f76c86019965f81ed11f344593480d2..ee833923c5a1998a8bb00d1d641d4524d2c8ccf2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: acqprogress.cc,v 1.21 2001/02/20 07:03:17 jgg Exp $
+// $Id: acqprogress.cc,v 1.22 2001/05/27 04:46:43 jgg Exp $
 /* ######################################################################
 
    Acquire Progress - Command line progress meter 
     
 #include <stdio.h>
 #include <signal.h>
+#include <iostream>
                                                                        /*}}}*/
 
+using namespace std;
+
 // AcqTextStatus::AcqTextStatus - Constructor                          /*{{{*/
 // ---------------------------------------------------------------------
 /* */