1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 09:15:38 +00:00

Fix Windows builds

`std::min`/`std::max` are part of algorithm, which is not implicitly included in Windows builds
This commit is contained in:
Alexander "Ananace" Olofsson 2018-02-13 17:47:38 +01:00 committed by GitHub
parent ac1609c433
commit 145b47a550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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