]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/contrib/hashes.h:
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 10 Sep 2007 14:52:56 +0000 (16:52 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 10 Sep 2007 14:52:56 +0000 (16:52 +0200)
  - fix anohter missing cstring include

apt-pkg/contrib/hashes.h

index 93e7b25d96777d3f42501c19f30d9d2a3a5da79f..264f7fe904434d2cd2dd995311405cda3d6f9291 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <algorithm>
 #include <vector>
+#include <cstring>
 
 using std::min;
 using std::vector;