projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* updated changelog ro reflect last upload
[apt.git]
/
apt-pkg
/
contrib
/
sha1.h
diff --git
a/apt-pkg/contrib/sha1.h
b/apt-pkg/contrib/sha1.h
index 7d25ceb0d59276ccbeba18eb7477786a09f2c9d7..db8ca7893169c616fca9056d35cdd74ee1f158c0 100644
(file)
--- a/
apt-pkg/contrib/sha1.h
+++ b/
apt-pkg/contrib/sha1.h
@@
-19,8
+19,10
@@
#endif
#include <string>
+#include <algorithm>
using std::string;
+using std::min;
class SHA1Summation;