From eecd7504a8ae0449984d19b34aa09ce580e1d9b3 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Tue, 27 Feb 2024 11:42:27 +1100 Subject: [PATCH] glsl: add missing define to linker_util.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoids compiler warning in files that use linker_util.h but not the set util. Reviewed-by: Marek Olšák Part-of: --- src/compiler/glsl/linker_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/glsl/linker_util.h b/src/compiler/glsl/linker_util.h index 5563a08c24e..fc59a46c99e 100644 --- a/src/compiler/glsl/linker_util.h +++ b/src/compiler/glsl/linker_util.h @@ -32,6 +32,7 @@ struct gl_constants; struct gl_shader_program; struct gl_uniform_storage; +struct set; /** * Built-in / reserved GL variables names start with "gl_"