mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
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:
parent
e50234de86
commit
cd66b77af0
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include "common/sid.h"
|
||||
|
||||
#include "nir_control_flow.h"
|
||||
#include "nir_builder.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue