glennhickey / sg2vg

Prototype code for importing a Side Graph (from a GA4GH server) into a VG
1 stars 2 forks source link

Include cstring for memcpy #4

Closed adamnovak closed 9 years ago

adamnovak commented 9 years ago

Memcpy isn't defined without this header.

glennhickey commented 9 years ago

thanks! been using a really lenient compiler (clang) as far as headers are concerned to develop. will verify on new gcc more often.

On Tue, Aug 11, 2015 at 4:31 PM, adamnovak notifications@github.com wrote:

Memcpy isn't defined without this header.

You can view, comment on, or merge this pull request online at:

https://github.com/glennhickey/sg2vg/pull/4 Commit Summary

  • Include cstring for memcpy

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/glennhickey/sg2vg/pull/4.