aco: Add missing nir_builder include.

We would like to avoid including it in ac_nir.h
so ACO will need to include nir_builder.h on its own.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28936>
This commit is contained in:
Timur Kristóf 2024-04-25 16:13:42 +02:00
parent e50234de86
commit cd66b77af0

View file

@ -10,6 +10,7 @@
#include "common/sid.h"
#include "nir_control_flow.h"
#include "nir_builder.h"
#include <vector>