victorprad / InfiniTAM

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

missing header in InputSource/ImageSourceEngine.h #136

Open mmiles19 opened 5 years ago

mmiles19 commented 5 years ago

I got errors regarding the pipe and std::memcpy commands in InputSource/RealSense2Engine.cpp when made with make -DWITH_REALSENSE2. I fixed it by adding #include<memory> to InputSource/ImageSourceEngine.h

ingphos commented 5 years ago

Have a look here and here