OpenSceneGraph icon indicating copy to clipboard operation
OpenSceneGraph copied to clipboard

OpenSceneGraph3.7.0 "max" is not a member of "std"

Open djxc opened this issue 1 year ago • 0 comments

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. image

djxc avatar Nov 28 '24 01:11 djxc