diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-23 15:40:24 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-23 15:40:24 +0000 |
commit | aa97e2e3de4cbc4f5cb9f4191e8947111090492d (patch) | |
tree | d3b455118952ed26e3ef2816c51a17db52fe053c /apt-pkg/contrib/md5.h | |
parent | 171c75f13acc955110a6c4693c7b8fe243709843 (diff) |
* fix for #340448
Diffstat (limited to 'apt-pkg/contrib/md5.h')
-rw-r--r-- | apt-pkg/contrib/md5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/md5.h b/apt-pkg/contrib/md5.h index 9447e9956..e280d714e 100644 --- a/apt-pkg/contrib/md5.h +++ b/apt-pkg/contrib/md5.h @@ -29,6 +29,7 @@ #include <string> #include <algorithm> +#include <stdint.h> using std::string; using std::min; |