Bug#539540: FTBFS with GCC 4.4: missing #include

2009-12-07 Thread Michael Bienia
On 2009-08-01 21:21:13 +0200, Martin Michlmayr wrote: > > In file included from FTutils.cpp:25: > > FTutils.hpp:125: error: 'int32_t' does not name a type > > FTutils.hpp: In function 'float flush_to_zero(float)': > > FTutils.hpp:136: error: 'union ls_pcast32' has no member named 'i' Attached is a

Bug#539540: FTBFS with GCC 4.4: missing #include

2009-08-01 Thread Martin Michlmayr
Package: freqtweak Version: 0.7.2-1 User: debian-...@lists.debian.org Usertags: ftbfs-gcc-4.4 Your package fails to build with GCC 4.4, which has cleaned up some more C++ headers. You always have to #include headers directly and cannot rely for things to be included indirectly. You can reproduce