Bug#454839: FTBFS with GCC 4.3: missing #includes

2008-01-28 Thread Aurelien Jacobs
Tags: patch The following patch fixes this issue. --- common/apt-watch-common.cc.orig 2008-01-28 10:35:00.0 +0100 +++ common/apt-watch-common.cc 2008-01-28 10:34:25.0 +0100 @@ -5,6 +5,7 @@ #include "apt-watch-common.h" #include +#include #include using namespace st

Bug#454839: FTBFS with GCC 4.3: missing #includes

2007-12-07 Thread Martin Michlmayr
Package: apt-watch Version: 0.3.2-9 Usertags: ftbfs-gcc-4.3 Your package fails to build with GCC 4.3. Version 4.3 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. In GCC 4.3, the C++ header dependencies have been cleaned up.