From: Michael Vogt Date: Mon, 2 Jan 2012 14:08:58 +0000 (+0100) Subject: g++ 4.7 fixes X-Git-Tag: 0.9.0~36^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/e75aa33384d52635fba502bed628bc68f9cb5066?hp=-c g++ 4.7 fixes --- e75aa33384d52635fba502bed628bc68f9cb5066 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 #include +#include + template class HashSumValue { diff --git a/cmdline/apt-mark.cc b/cmdline/apt-mark.cc index 339cbdf44..9a628d714 100644 --- a/cmdline/apt-mark.cc +++ b/cmdline/apt-mark.cc @@ -16,6 +16,7 @@ #include #include +#include #include /*}}}*/ diff --git a/debian/changelog b/debian/changelog index df50eefbd..e6389dd06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ apt (0.8.16~exp8) experimental; urgency=low - use a pointer-union to peace gcc strict-aliasing warning * apt-pkg/deb/deblistparser.cc: - M-A: foreign packages provide for other archs, too + + [ Michael Vogt ] + * g++ 4.7 fixes -- David Kalnischkies Thu, 03 Nov 2011 09:40:29 -0500