Fix build errors:
authorJohn Kessenich <cepheus@frii.com>
Mon, 27 Jan 2014 20:02:12 +0000 (20:02 +0000)
committerJohn Kessenich <cepheus@frii.com>
Mon, 27 Jan 2014 20:02:12 +0000 (20:02 +0000)
commit255df5760aaa233097fa246edbf170c2b1b6d6c0
tree4b100db841b2df35a18711c33f863fb315c7e0b5
parente5fbec8a17b96f941d33682aca0c905ae7f8a676
Fix build errors:

- VS2013: #include <algorithm> in Common.h for std::max
- VS2010 32-bit: explicitly cast size_t to unsigned int to avoid compile error with TInfoSink::operator<< (size_t and unsigned int ambiguous)

JohnK approved check-in by E-mail.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@25043 e7fa87d3-cd2b-0410-9028-fcbf551c1848
glslang/Include/Common.h
glslang/MachineIndependent/linkValidate.cpp