From ef87af298561d4a611ec2187a4709854b501782a Mon Sep 17 00:00:00 2001 From: iwubcode Date: Sun, 2 Nov 2025 14:29:14 -0600 Subject: [PATCH] VideoCommon: fix wrong path to glslang include --- Source/Core/VideoCommon/ShaderCompileUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/ShaderCompileUtils.h b/Source/Core/VideoCommon/ShaderCompileUtils.h index c3023922483..0e7c5eed5fb 100644 --- a/Source/Core/VideoCommon/ShaderCompileUtils.h +++ b/Source/Core/VideoCommon/ShaderCompileUtils.h @@ -8,7 +8,7 @@ #include #include -#include "ShaderLang.h" +#include namespace VideoCommon {