X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/70949daf17f9e63a4f7d40dcc07bec6755025c0b..42c458038bf47f535a6e70646a08e918e62e6d24:/apt-pkg/contrib/sha1.h?ds=sidebyside diff --git a/apt-pkg/contrib/sha1.h b/apt-pkg/contrib/sha1.h index 89c8a1ec0..db8ca7893 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. @@ -19,6 +19,10 @@ #endif #include +#include + +using std::string; +using std::min; class SHA1Summation;