diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-10 16:52:56 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-10 16:52:56 +0200 |
commit | b16c26174fd625aba62ea5716e78b40d64812f3d (patch) | |
tree | 46cba72b964513b0c8dbf9a140bff6a48adad897 /apt-pkg | |
parent | da50ba30b371f21f264c040ca9f2161771d55233 (diff) |
* apt-pkg/contrib/hashes.h:
- fix anohter missing cstring include
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/contrib/hashes.h | 1 |
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; |