mccdo/osgworks

Build error: CountsVisitor.cpp:805:13: error: 'sqrt' is not a member of 'std'

Closed this issue · 1 comments

Encountered this error when building, modified CountsVistitor.cpp and added 

#include <cmath>

works fine for me now.

Original issue reported on code.google.com by SH4773R on 1 May 2014 at 3:07

  • Merged into: #46

Original comment by SkewMat...@gmail.com on 2 May 2014 at 10:17

  • Changed state: Duplicate