From 1825554677c23fbf3e6ae36264ac093fd15554db Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:58:11 +0000 Subject: G++3 fixes from Randolph Author: jgg Date: 2001-05-27 23:45:39 GMT G++3 fixes from Randolph --- apt-inst/filelist.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apt-inst/filelist.cc') diff --git a/apt-inst/filelist.cc b/apt-inst/filelist.cc index 211fc935e..3312af8ae 100644 --- a/apt-inst/filelist.cc +++ b/apt-inst/filelist.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: filelist.cc,v 1.2 2001/02/20 07:03:16 jgg Exp $ +// $Id: filelist.cc,v 1.3 2001/05/27 23:45:39 jgg Exp $ /* ###################################################################### File Listing - Manages a Cache of File -> Package names. @@ -47,6 +47,8 @@ #include /*}}}*/ +using namespace std; + // FlCache::Header::Header - Constructor /*{{{*/ // --------------------------------------------------------------------- /* Initialize the header variables. These are the defaults used when -- cgit v1.2.3