mccdo / osgbullet

Bullet physics and OpenSceneGraph integration
65 stars 34 forks source link

Add missing #include for <algorithm> #34

Closed karlsvec closed 8 years ago

karlsvec commented 8 years ago

std::max is defined in <algorithm>. Fixes build failure with Visual Studio 2013 on Windows 10.

http://www.cplusplus.com/reference/algorithm/