mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
glsl: Include missing headers in slang_builtin.c.
Include slang_typeinfo.h for slang_type_specifier symbol. Include slang_compiler_struct.h for slang_struct_ symbol.
This commit is contained in:
parent
ecae1fca6f
commit
43ba1f63c7
1 changed files with 3 additions and 1 deletions
|
|
@ -35,8 +35,10 @@
|
|||
#include "program/prog_instruction.h"
|
||||
#include "program/prog_parameter.h"
|
||||
#include "program/prog_statevars.h"
|
||||
#include "slang/slang_ir.h"
|
||||
#include "slang/slang_builtin.h"
|
||||
#include "slang/slang_compile_struct.h"
|
||||
#include "slang/slang_ir.h"
|
||||
#include "slang/slang_typeinfo.h"
|
||||
|
||||
|
||||
/** special state token (see below) */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue