gcc43 is/will be more strict regarding required headers. E.g. 'std::exit' requires now an explicit '#include <cstdlib>' which was done implicitly by previous versions.
Attached patch fixes this.
patch against 1.13.07
Log in to post a comment.
patch against 1.13.07