Compilation failure because of missed header

Issue #1 resolved
Sergey Il'inykh created an issue

/var/tmp/portage/media-gfx/simpleviewer-gl-9999/work/simpleviewer-gl-9999/src/notavailable.cpp:36:5: error: ‘::memcpy’ has not been declared ::memcpy(&m_bitmap[0], imgNa.pixel_data, size); ^

adding #include <memory.h> solves this.

Comments (2)

  1. Log in to comment