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/versionmatch.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apt-pkg/versionmatch.h') diff --git a/apt-pkg/versionmatch.h b/apt-pkg/versionmatch.h index f8f236a2f..878b3eb6a 100644 --- a/apt-pkg/versionmatch.h +++ b/apt-pkg/versionmatch.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: versionmatch.h,v 1.2 2001/02/20 07:03:17 jgg Exp $ +// $Id: versionmatch.h,v 1.3 2001/05/07 04:24:08 jgg Exp $ /* ###################################################################### Version Matching @@ -38,8 +38,10 @@ #include #include +using std::string; + class pkgVersionMatch -{ +{ // Version Matching string VerStr; bool VerPrefixMatch; -- cgit v1.2.3