cleanup headers and especially #includes everywhere
[ntk/apt.git] / apt-pkg / contrib / hashsum.cc
index d021777..25ccc18 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"