summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-10-10 03:57:36 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-10-10 03:57:36 +0000
commit22266d5e36008aeba5fdc11d07a2169424bf073d (patch)
tree685e86fe2daed410e9c938ff24fd70b0cfee30e5 /Graphics/GraphicsEngine
parentUnified resource binding verification in all backends (diff)
downloadDiligentCore-22266d5e36008aeba5fdc11d07a2169424bf073d.tar.gz
DiligentCore-22266d5e36008aeba5fdc11d07a2169424bf073d.zip
Fixed a couple of gcc/clang build issues
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/include/ShaderResourceVariableBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngine/include/ShaderResourceVariableBase.h b/Graphics/GraphicsEngine/include/ShaderResourceVariableBase.h
index d49ea328..2501bd86 100644
--- a/Graphics/GraphicsEngine/include/ShaderResourceVariableBase.h
+++ b/Graphics/GraphicsEngine/include/ShaderResourceVariableBase.h
@@ -31,6 +31,7 @@
#include "ShaderResourceVariable.h"
#include "PipelineState.h"
#include "StringTools.h"
+#include "GraphicsAccessories.h"
namespace Diligent
{