]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/hashsum.cc
calculate only expected hashes in methods
[apt.git] / apt-pkg / contrib / hashsum.cc
index d0217772415748a2e9301ded32183ebad6dea26f..25ccc187d14e257ca0e085414bff6a864439d1ab 100644 (file)
@@ -1,6 +1,9 @@
 // Cryptographic API Base
 #include <config.h>
 
+#include <apt-pkg/fileutl.h>
+
+#include <algorithm>
 #include <unistd.h>
 #include "hashsum_template.h"