summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-11-02 14:33:12 -0600
committerGitHub <noreply@github.com>2025-11-02 14:33:12 -0600
commit9c28f19e56307ac4de750ffa6ffb8c4e15e55def (patch)
tree161d608ab358d2887d5a38026a1cabc11fa4d9b7 /Source/Core/VideoCommon
parentcc69cc3f2eec9b4deef7969e36fc81d5938994e5 (diff)
parentef87af298561d4a611ec2187a4709854b501782a (diff)
Merge pull request #14065 from iwubcode/glslang_compiler_fix
VideoCommon: fix wrong path to glslang include
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/ShaderCompileUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/ShaderCompileUtils.h b/Source/Core/VideoCommon/ShaderCompileUtils.h
index c302392248..0e7c5eed5f 100644
--- a/Source/Core/VideoCommon/ShaderCompileUtils.h
+++ b/Source/Core/VideoCommon/ShaderCompileUtils.h
@@ -8,7 +8,7 @@
#include <string>
#include <vector>
-#include "ShaderLang.h"
+#include <glslang/Public/ShaderLang.h>
namespace VideoCommon
{