diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-02 15:15:54 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-02 15:15:54 +0100 |
commit | 5c6ceb4557cb6497dea827d1ec4e2615ccd53e50 (patch) | |
tree | a98d612052784b14099811021251d1e4c6e295b4 /apt-pkg/contrib | |
parent | 72b2accb108e3d3ec8113ce2d183638c719a5d0d (diff) | |
parent | e75aa33384d52635fba502bed628bc68f9cb5066 (diff) |
g++ 4.7 fixes
Diffstat (limited to 'apt-pkg/contrib')
-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 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; |