marek-simonik / record3d

Accompanying library for the Record3D iOS app (https://record3d.app/). Allows you to receive RGBD stream from iOS devices with TrueDepth camera(s).
https://record3d.app/
GNU Lesser General Public License v2.1
382 stars 55 forks source link

fix compile error on linux, add cstring include #5

Closed adrelino closed 3 years ago

adrelino commented 3 years ago

Record3DStream.cpp:147:13: error: ‘memcpy’ was not declared in this scope. note: ‘memcpy’ is defined in header ‘’; did you forget to ‘#include ’?

adrelino commented 3 years ago

I just moved all the commits that do not belong to this issue to another branch, so master can be merged now.