summaryrefslogtreecommitdiffstats
path: root/Graphics/GLSLTools
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-04-15 06:44:24 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-04-15 06:44:24 +0000
commit6a9d3e7b6e1b3c45ea70b062f11759aec1e49f0a (patch)
tree17f4bef82edb75f087aa71773a387690a3e5df01 /Graphics/GLSLTools
parentAdded vulkan shader module creation (diff)
downloadDiligentCore-6a9d3e7b6e1b3c45ea70b062f11759aec1e49f0a.tar.gz
DiligentCore-6a9d3e7b6e1b3c45ea70b062f11759aec1e49f0a.zip
Fixed build errors
Diffstat (limited to 'Graphics/GLSLTools')
-rw-r--r--Graphics/GLSLTools/include/GLSL2SPIRV.h1
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