From 0a84390105eee4349d30bb40be9f45f68468308f Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:57:51 +0000 Subject: G++3 fixes from Randolph Author: jgg Date: 2001-05-07 04:24:08 GMT G++3 fixes from Randolph --- apt-pkg/srcrecords.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apt-pkg/srcrecords.h') diff --git a/apt-pkg/srcrecords.h b/apt-pkg/srcrecords.h index a73499aef..f63d0934d 100644 --- a/apt-pkg/srcrecords.h +++ b/apt-pkg/srcrecords.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: srcrecords.h,v 1.6 2001/02/20 07:03:17 jgg Exp $ +// $Id: srcrecords.h,v 1.7 2001/05/07 04:24:08 jgg Exp $ /* ###################################################################### Source Package Records - Allows access to source package records @@ -20,6 +20,9 @@ #include #include +using std::string; +using std::vector; + class pkgSourceList; class pkgIndexFile; class pkgSrcRecords -- cgit v1.2.3