Fix Windows builds

`std::min`/`std::max` are part of algorithm, which is not implicitly included in Windows builds
0.6.3
Alexander "Ananace" Olofsson 7 years ago committed by GitHub
parent ac1609c433
commit 145b47a550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,8 @@
#include <osg/Texture2D>
#include <osg/RenderInfo>
#include <algorithm>
namespace Terrain
{

Loading…
Cancel
Save