From 233b185f104d72df97b953362ef154e628a3c4c8 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:57:52 +0000 Subject: G++3 fixes from Randolph Author: jgg Date: 2001-05-07 05:05:13 GMT G++3 fixes from Randolph --- apt-pkg/contrib/sha1.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apt-pkg/contrib/sha1.h') diff --git a/apt-pkg/contrib/sha1.h b/apt-pkg/contrib/sha1.h index 89c8a1ec0..7d25ceb0d 100644 --- a/apt-pkg/contrib/sha1.h +++ b/apt-pkg/contrib/sha1.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: sha1.h,v 1.2 2001/04/25 07:30:13 tausq Exp $ +// $Id: sha1.h,v 1.3 2001/05/07 05:05:47 jgg Exp $ /* ###################################################################### SHA1SumValue - Storage for a SHA-1 hash. @@ -20,6 +20,8 @@ #include +using std::string; + class SHA1Summation; class SHA1SumValue -- cgit v1.2.3