etnaviv/ml: Fix includes

etnaviv_ml.h uses dynarray, but the u_inlines.h header is needed by
some of the files that include it.

Fixes: d6473ce28e ("etnaviv: Use NN cores to accelerate convolutions")
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31842>
This commit is contained in:
Tomeu Vizoso 2024-11-12 16:45:31 +01:00 committed by Marge Bot
parent 79b34a6539
commit 70bff0c971

View file

@ -7,7 +7,7 @@
#define H_ETNA_ML
#include "pipe/p_state.h"
#include "util/u_inlines.h"
#include "util/u_dynarray.h"
#define MAX_CONFIG_BOS 4