From b7cc33116a6518ec49222d02557b22c924e3881a Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Wed, 6 May 2015 22:16:30 +0000 Subject: [PATCH] glslang portability: add a #include . 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/SPIRV/spvIR.h b/SPIRV/spvIR.h index 6ea0a0c5..91a434fa 100644 --- a/SPIRV/spvIR.h +++ b/SPIRV/spvIR.h @@ -54,6 +54,7 @@ #include #include +#include namespace spv {