* merged with my apt--fixes--0 branch
[ntk/apt.git] / apt-pkg / contrib / sha1.h
index 7d25ceb..db8ca78 100644 (file)
 #endif 
 
 #include <string>
+#include <algorithm>
 
 using std::string;
+using std::min;
 
 class SHA1Summation;