tum-vision / fastfusion

Volumetric 3D Mapping in Real-Time on a CPU
GNU General Public License v2.0
559 stars 173 forks source link

Fix compilation error on Ubuntu 16.04 #13

Open kentsommer opened 8 years ago

kentsommer commented 8 years ago

When building on Ubuntu 16.04 I receive the following error "error: 'numeric_limits' is not a meber of 'std'"

Including limits here fixes the compilation issue.

Also fixes the "forward declaration of ‘struct qglviewer::ManipulatedFrame’" build error by including QGLViewer/manipulatedFrame.h