aras-p / hlsl2glslfork

HLSL to GLSL language translator based on ATI's HLSL2GLSL. Used in Unity.
Other
558 stars 143 forks source link

std::min not found error on VS2013. #56

Open gregshasaliedown opened 10 years ago

gregshasaliedown commented 10 years ago

When compiling on VS2013, std::min isn't found in intermediate.cpp. Explicitly including the algorithm header fixes it.

OgreTransporter commented 9 years ago