Build: Fix Linux for older compiler: Use TMap instead of TUndorderedMap.

This commit is contained in:
John Kessenich 2017-02-03 11:21:24 -07:00
parent ec712ebea1
commit fbb58a4e0b
2 changed files with 4 additions and 4 deletions

View file

@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "Overload400-PrecQual.1783"
#define GLSLANG_DATE "01-Feb-2017"
#define GLSLANG_REVISION "Overload400-PrecQual.1786"
#define GLSLANG_DATE "03-Feb-2017"