VideoCommon: fix wrong path to glslang include

This commit is contained in:
iwubcode 2025-11-02 14:29:14 -06:00
parent cc69cc3f2e
commit ef87af2985

View File

@ -8,7 +8,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include "ShaderLang.h" #include <glslang/Public/ShaderLang.h>
namespace VideoCommon namespace VideoCommon
{ {