This bug was reported by Martin Michlmayr in Debian BTS. Original bug report can be found at http://bugs.debian.org/417721 "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. The advantage of this is that programs will compile faster. The downside is that you actually need to directly #include everything you use (but you really should do this anyway, otherwise your program won't work with any compiler other than GCC). Some background of this can be found at http://gcc.gnu.org/PR28080"
Created attachment 1668 [details] patch from Debian BTS
patches committed, thanks!