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
This commit is contained in:
John Kessenich 2015-03-04 03:55:31 +00:00
parent acba77200b
commit 43bc2d857d

View File

@ -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];