fastfusion icon indicating copy to clipboard operation
fastfusion copied to clipboard

Fix compilation error on Ubuntu 16.04

Open kentsommer opened this issue 8 years ago • 0 comments

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

kentsommer avatar Jun 21 '16 15:06 kentsommer