Closed romainreignier closed 7 years ago
Recent version of MSVC (2015) are stricter with the include and throw an error on the use of std::max without including the <algorithm> header file. However, the OSG version of maximum() is already used in this file.
std::max
<algorithm>
maximum()
Recent version of MSVC (2015) are stricter with the include and throw an error on the use of
std::max
without including the<algorithm>
header file. However, the OSG version ofmaximum()
is already used in this file.