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/policy.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apt-pkg/policy.h') diff --git a/apt-pkg/policy.h b/apt-pkg/policy.h index 149782b25..15f204798 100644 --- a/apt-pkg/policy.h +++ b/apt-pkg/policy.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: policy.h,v 1.3 2001/04/29 05:13:51 jgg Exp $ +// $Id: policy.h,v 1.4 2001/05/07 04:24:08 jgg Exp $ /* ###################################################################### Package Version Policy implementation @@ -41,6 +41,8 @@ #include #include +using std::vector; + class pkgPolicy : public pkgDepCache::Policy { struct Pin -- cgit v1.2.3