* merged with my apt--fixes--0 branch
[ntk/apt.git] / apt-pkg / contrib / hashes.h
index 481ea88..40bbe00 100644 (file)
 #include <apt-pkg/md5.h>
 #include <apt-pkg/sha1.h>
 
+#include <algorithm>
+
+using std::min;
+
 class Hashes
 {
    public: