mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-16 08:40:29 +01:00
broadcom/vc4: add path to nir_builder.h
As the other VC4 files do. Otherwise, it won't find nir_builder.h v2: add path in source code rather changing autotools (Emil) Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
d39e828c82
commit
4db269f30c
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include "util/u_format.h"
|
||||
#include "util/u_surface.h"
|
||||
#include "util/u_blitter.h"
|
||||
#include "nir_builder.h"
|
||||
#include "compiler/nir/nir_builder.h"
|
||||
#include "vc4_context.h"
|
||||
|
||||
static struct pipe_surface *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue