Commit 3db29665 by John Kessenich

Fix for build error in vs2013: #include <algorithm> to get definition of std::min and std::max

parent bf63ef05
......@@ -39,6 +39,8 @@
#include "../Public/ShaderLang.h"
#include "Versions.h"
#include <algorithm>
class TInfoSink;
namespace glslang {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment