]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-config.cc
Fix suggested and recommends showlist calls, to include...
[apt.git] / cmdline / apt-config.cc
index 9a937a10fe76c9fa17327131f7047d7a67c30581..1c3de2bed3f37cb86bc0d8fcb50a8e726b16309b 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-config.cc,v 1.10 2002/11/09 17:11:25 doogie Exp $
+// $Id: apt-config.cc,v 1.11 2003/01/11 07:18:44 jgg Exp $
 /* ######################################################################
    
    APT Config - Program to manipulate APT configuration files
@@ -28,6 +28,7 @@
 #include <iostream>
 #include <string>
                                                                        /*}}}*/
+using namespace std;
 
 // DoShell - Handle the shell command                                  /*{{{*/
 // ---------------------------------------------------------------------