From f9104f0b8b5399f91c5c23fc2e757e9c83ef2dba Mon Sep 17 00:00:00 2001 From: Almamu Date: Sun, 6 Apr 2025 08:55:30 +0200 Subject: [PATCH] chore: wrong include file used in CGLSLContext.cpp --- src/WallpaperEngine/Render/Shaders/CGLSLContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WallpaperEngine/Render/Shaders/CGLSLContext.cpp b/src/WallpaperEngine/Render/Shaders/CGLSLContext.cpp index 1864191..e16b305 100644 --- a/src/WallpaperEngine/Render/Shaders/CGLSLContext.cpp +++ b/src/WallpaperEngine/Render/Shaders/CGLSLContext.cpp @@ -6,7 +6,7 @@ #include "glslang/Include/ResourceLimits.h" #include "glslang/Public/ShaderLang.h" -#include "glslang/SPIRV/GlslangToSpv.h" +#include "SPIRV/GlslangToSpv.h" #include "spirv_glsl.hpp" using namespace WallpaperEngine::Render::Shaders;