mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
nir: Add missing #include for c99_alloca.h
Fixes:3dd9a978("nir: add new pass nir_lower_io_indirect_loads") Reviewed-by: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36940> (cherry picked from commit5b3756f231)
This commit is contained in:
parent
8f23dba130
commit
f8765dccbd
2 changed files with 2 additions and 1 deletions
|
|
@ -5874,7 +5874,7 @@
|
|||
"description": "nir: Add missing #include for c99_alloca.h",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "3dd9a9782b20e7ced50064d7a4414b0ae318b8c1",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include "nir.h"
|
||||
#include "nir_builder.h"
|
||||
#include <c99_alloca.h>
|
||||
|
||||
typedef struct {
|
||||
nir_variable *var[INTERP_MODE_COUNT];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue