]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/sha1.h
G++3 fixes from Randolph
[apt.git] / apt-pkg / contrib / sha1.h
index 89c8a1ec099832cec88e1b673c6c4083b20e5c49..7d25ceb0d59276ccbeba18eb7477786a09f2c9d7 100644 (file)
@@ -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 <string>
 
+using std::string;
+
 class SHA1Summation;
 
 class SHA1SumValue