mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
glsl: Include missing header in slang_ir.h.
Include prog_instruction.h for gl_inst_opcode symbol.
This commit is contained in:
parent
babea9f1f6
commit
6f2077e1ab
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
#include "slang_compile.h"
|
||||
#include "slang_label.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "program/prog_instruction.h"
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue