glslang portability: add a #include <cassert>.
authorJohn Kessenich <cepheus@frii.com>
Wed, 6 May 2015 22:16:30 +0000 (22:16 +0000)
committerJohn Kessenich <cepheus@frii.com>
Wed, 6 May 2015 22:16:30 +0000 (22:16 +0000)
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31082 e7fa87d3-cd2b-0410-9028-fcbf551c1848

SPIRV/spvIR.h

index 6ea0a0c..91a434f 100644 (file)
@@ -54,6 +54,7 @@
 \r
 #include <vector>\r
 #include <iostream>\r
+#include <cassert>\r
 \r
 namespace spv {\r
 \r