You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: