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>
This commit is contained in:
Jesse Natalie
2025-08-22 10:57:42 -07:00
committed by Marge Bot
parent b76c556c59
commit 5b3756f231
@@ -23,6 +23,7 @@
#include "nir.h"
#include "nir_builder.h"
#include <c99_alloca.h>
typedef struct {
nir_variable *var[INTERP_MODE_COUNT];