summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/hashsum_template.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-01-02 15:08:58 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2012-01-02 15:08:58 +0100
commite75aa33384d52635fba502bed628bc68f9cb5066 (patch)
tree2a4c672f6cda0821bf882f923be78849c97d4ee5 /apt-pkg/contrib/hashsum_template.h
parent71ecaad29d8066a494f516efc5efd80860653fe2 (diff)
g++ 4.7 fixes
Diffstat (limited to 'apt-pkg/contrib/hashsum_template.h')
-rw-r--r--apt-pkg/contrib/hashsum_template.h2
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
{