glslang: Add SPIR-V human readable form.  (Use -H.): Fix Linux build problems.


git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@30039 e7fa87d3-cd2b-0410-9028-fcbf551c1848
diff --git a/SPIRV/disassemble.cpp b/SPIRV/disassemble.cpp
index ebc17f2..35591b7 100644
--- a/SPIRV/disassemble.cpp
+++ b/SPIRV/disassemble.cpp
@@ -40,10 +40,10 @@
 // Disassembler for SPIR-V.

 //

 

-#include <unordered_map>

 #include <iomanip>

 #include <stack>

 #include <sstream>

+#include "stdlib.h"

 

 #include "GLSL450Lib.h"

 extern const char* GlslStd450DebugNames[GLSL_STD_450::Count];