summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/hashes.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-09-10 16:52:56 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-09-10 16:52:56 +0200
commitb16c26174fd625aba62ea5716e78b40d64812f3d (patch)
tree46cba72b964513b0c8dbf9a140bff6a48adad897 /apt-pkg/contrib/hashes.h
parentda50ba30b371f21f264c040ca9f2161771d55233 (diff)
* apt-pkg/contrib/hashes.h:
- fix anohter missing cstring include
Diffstat (limited to 'apt-pkg/contrib/hashes.h')
-rw-r--r--apt-pkg/contrib/hashes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/hashes.h b/apt-pkg/contrib/hashes.h
index 93e7b25d9..264f7fe90 100644
--- a/apt-pkg/contrib/hashes.h
+++ b/apt-pkg/contrib/hashes.h
@@ -20,6 +20,7 @@
#include <algorithm>
#include <vector>
+#include <cstring>
using std::min;
using std::vector;