diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-01-12 16:32:38 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-01-12 16:32:38 +0100 |
commit | 64553ed102c5a52604ea632b268c81f789b12176 (patch) | |
tree | 921e810cce5477b416c495d0ad85dcc410684f7f | |
parent | 6ff4a64c8588a721cb1dfb8303864a6e20ccd76e (diff) |
* apt-pkg/contrib/weakptr.h:
- fix compile error with g++ 4.6
-rw-r--r-- | apt-pkg/contrib/weakptr.h | 1 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/apt-pkg/contrib/weakptr.h b/apt-pkg/contrib/weakptr.h index 5158e393c..ed92eb3f9 100644 --- a/apt-pkg/contrib/weakptr.h +++ b/apt-pkg/contrib/weakptr.h @@ -21,6 +21,7 @@ #ifndef WEAK_POINTER_H #define WEAK_POINTER_H +#include <cstdlib> #include <set> /** * Class for objects providing support for weak pointers. diff --git a/debian/changelog b/debian/changelog index 98c127143..cf56a384e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -80,6 +80,8 @@ apt (0.8.7) unstable; urgency=low * apt-pkg/deb/debsystem.cc: - fix issues with dir::state::status and dir::state::extended_states when alternative rootdirs are used + * apt-pkg/contrib/weakptr.h: + - fix compile error with g++ 4.6 [ Martin Pitt ] * apt-pkg/deb/debindexfile.cc: |