gcc 4.3 requires cstdlib header
Brought to you by:
blais
See http://bugs.debian.org/417780
Patch:
--- src/resources.inline.h~ 2007-04-04 14:33:02.000000000 +0000
+++ src/resources.inline.h 2007-04-04 14:33:20.000000000 +0000
@@ -20,6 +20,8 @@
*
******************************************************************************/
+#include <cstdlib>
+
/*==============================================================================
* EXTERNAL DECLARATIONS
*============================================================================*/
Logged In: YES
user_id=493099
Originator: NO
For Fedora Core 9 and the same compiler
g++ (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
this line should be
#include <c++/4.3.0/tr1/cstdlib>