Module: Mesa Branch: main Commit: 63e08bd61d61a0ab92ca6bcd85567217a052a8d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63e08bd61d61a0ab92ca6bcd85567217a052a8d5
Author: Karol Herbst <[email protected]> Date: Wed Dec 20 02:03:39 2023 +0100 rusticl/nir: add missing nir include Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26764> --- src/gallium/frontends/rusticl/rusticl_nir.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/frontends/rusticl/rusticl_nir.h b/src/gallium/frontends/rusticl/rusticl_nir.h index 64ae81443f8..44778027e9a 100644 --- a/src/gallium/frontends/rusticl/rusticl_nir.h +++ b/src/gallium/frontends/rusticl/rusticl_nir.h @@ -1,3 +1,5 @@ +#include "nir.h" + struct rusticl_lower_state { size_t base_global_invoc_id_loc; size_t const_buf_loc;
