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 commit 5b3756f231)
This commit is contained in:
Jesse Natalie 2025-08-22 10:57:42 -07:00 committed by Eric Engestrom
parent 8f23dba130
commit f8765dccbd
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -23,6 +23,7 @@
#include "nir.h"
#include "nir_builder.h"
#include <c99_alloca.h>
typedef struct {
nir_variable *var[INTERP_MODE_COUNT];