* Johannes Jordan <[EMAIL PROTECTED]> [2007-12-10 20:14]: > Related to the problem mentioned, I would be happy to resolve any issues > with gcc 4.3 as soon as I get it into my hands.
Here's a patch: --- src/Buffer.cpp~ 2007-12-11 02:13:07.000000000 +0000 +++ src/Buffer.cpp 2007-12-11 02:13:18.000000000 +0000 @@ -1,5 +1,6 @@ #include "Buffer.hpp" #include <stdlib.h> +#include <cstring> Buffer::Buffer() : size(sizeof(Type)), freemem(true) { -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]