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 | |
| parent | Added vulkan shader module creation (diff) | |
| download | DiligentCore-6a9d3e7b6e1b3c45ea70b062f11759aec1e49f0a.tar.gz DiligentCore-6a9d3e7b6e1b3c45ea70b062f11759aec1e49f0a.zip | |
Fixed build errors
Diffstat (limited to 'Graphics')
| -rw-r--r-- | Graphics/GLSLTools/include/GLSL2SPIRV.h | 1 | ||||
| -rw-r--r-- | Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.h | 1 |
2 files changed, 2 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 diff --git a/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.h b/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.h index 7ec35bd8..1c30c6f2 100644 --- a/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.h +++ b/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.h @@ -26,6 +26,7 @@ #include <list> #include <unordered_set> #include <unordered_map> +#include <vector> #include "HLSL2GLSLConverter.h" #include "ObjectBase.h" |
