mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +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:
parent
ac1609c433
commit
145b47a550
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
#include <osg/Texture2D>
|
||||
#include <osg/RenderInfo>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace Terrain
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue