victorprad / InfiniTAM

A Framework for the Volumetric Integration of Depth Images
http://www.infinitam.org
Other
930 stars 351 forks source link

Fix for linker issue when compiling with realsense2 #142

Open ingphos opened 5 years ago

ingphos commented 5 years ago

Now the linker finds all necessary realsense2 libraries. I also added some missing includes.

havetc commented 4 years ago

I can confirm that the missing <memory> and <cstring> includes made it impossible for me to compile. Otherwise I didn't had to edit anything else.