]> git.saurik.com Git - apt.git/blobdiff - apt-inst/deb/dpkgdb.cc
Some more g++-3.2 fixes.
[apt.git] / apt-inst / deb / dpkgdb.cc
index 6c790540c8509f48eb8e5c239cf0920e4b3397a6..cc3bd966bd7d83290d5ecad6177d6784eb30a7a6 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: dpkgdb.cc,v 1.5 2002/03/26 07:38:58 jgg Exp $
+// $Id: dpkgdb.cc,v 1.6 2002/11/11 06:55:50 doogie Exp $
 /* ######################################################################
 
    DPKGv1 Database Implemenation
@@ -33,6 +33,7 @@
 #include <ctype.h>
 #include <iostream>
                                                                        /*}}}*/
+using namespace std;
 
 // EraseDir - Erase A Directory                                                /*{{{*/
 // ---------------------------------------------------------------------