1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:29:55 +00:00

Update scalinglayer.cpp

MSVC Explicitly requires <algorithm> for std::min and/or max
This commit is contained in:
Alexander "Ace" Olofsson 2015-11-10 14:59:26 +01:00
parent 2fb4a9df6d
commit 37158df339

View file

@ -1,6 +1,7 @@
#include "scalinglayer.hpp"
#include <MyGUI_RenderManager.h>
#include <algorithm>
namespace osgMyGUI
{