mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 16:49:54 +00:00
Update scalinglayer.cpp
MSVC Explicitly requires <algorithm> for std::min and/or max
This commit is contained in:
parent
2fb4a9df6d
commit
37158df339
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "scalinglayer.hpp"
|
||||
|
||||
#include <MyGUI_RenderManager.h>
|
||||
#include <algorithm>
|
||||
|
||||
namespace osgMyGUI
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue