
Compilation was failing with the "enable png" flag. This was happening because the memcpy function was being called without the inclusion of cstring, which declares it. This fixes it.
Compilation was failing with the "enable png" flag. This was happening because the memcpy function was being called without the inclusion of cstring, which declares it. This fixes it.