diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-02 15:08:58 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-02 15:08:58 +0100 |
commit | e75aa33384d52635fba502bed628bc68f9cb5066 (patch) | |
tree | 2a4c672f6cda0821bf882f923be78849c97d4ee5 /apt-pkg | |
parent | 71ecaad29d8066a494f516efc5efd80860653fe2 (diff) |
g++ 4.7 fixes
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/contrib/hashsum_template.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/contrib/hashsum_template.h b/apt-pkg/contrib/hashsum_template.h index 27d192b82..d2d9f92ed 100644 --- a/apt-pkg/contrib/hashsum_template.h +++ b/apt-pkg/contrib/hashsum_template.h @@ -15,6 +15,8 @@ #include <algorithm> #include <stdint.h> +#include <apt-pkg/strutl.h> + template<int N> class HashSumValue { |