OpenSceneGraph
OpenSceneGraph copied to clipboard
OpenSceneGraph3.7.0 "max" is not a member of "std"
When I try build osg on windows(cmake + vs2017), this error occured which leaded to build failed. This error only appear in Texture.cpp. I added#include <algorithm> //std::max to fixed it.