mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 07:16:31 -04:00
Update scalinglayer.cpp
MSVC Explicitly requires <algorithm> for std::min and/or max
This commit is contained in:
parent
2fb4a9df6d
commit
37158df339
@ -1,6 +1,7 @@
|
||||
#include "scalinglayer.hpp"
|
||||
|
||||
#include <MyGUI_RenderManager.h>
|
||||
#include <algorithm>
|
||||
|
||||
namespace osgMyGUI
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user