summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/hashsum_template.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-01-02 15:15:54 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2012-01-02 15:15:54 +0100
commit5c6ceb4557cb6497dea827d1ec4e2615ccd53e50 (patch)
treea98d612052784b14099811021251d1e4c6e295b4 /apt-pkg/contrib/hashsum_template.h
parent72b2accb108e3d3ec8113ce2d183638c719a5d0d (diff)
parente75aa33384d52635fba502bed628bc68f9cb5066 (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 51e3b0862..9bf160b2b 100644
--- a/apt-pkg/contrib/hashsum_template.h
+++ b/apt-pkg/contrib/hashsum_template.h
@@ -17,6 +17,8 @@
#include <algorithm>
#include <stdint.h>
+#include <apt-pkg/strutl.h>
+
#ifndef APT_8_CLEANER_HEADERS
using std::string;
using std::min;