diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-04-15 06:44:24 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-04-15 06:44:24 +0000 |
| commit | 6a9d3e7b6e1b3c45ea70b062f11759aec1e49f0a (patch) | |
| tree | 17f4bef82edb75f087aa71773a387690a3e5df01 /Graphics/GLSLTools | |
| parent | Added vulkan shader module creation (diff) | |
| download | DiligentCore-6a9d3e7b6e1b3c45ea70b062f11759aec1e49f0a.tar.gz DiligentCore-6a9d3e7b6e1b3c45ea70b062f11759aec1e49f0a.zip | |
Fixed build errors
Diffstat (limited to 'Graphics/GLSLTools')
| -rw-r--r-- | Graphics/GLSLTools/include/GLSL2SPIRV.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Graphics/GLSLTools/include/GLSL2SPIRV.h b/Graphics/GLSLTools/include/GLSL2SPIRV.h index 26256629..75ef5872 100644 --- a/Graphics/GLSLTools/include/GLSL2SPIRV.h +++ b/Graphics/GLSLTools/include/GLSL2SPIRV.h @@ -23,6 +23,7 @@ #pragma once +#include <vector> #include "Shader.h" namespace Diligent |
