mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 07:30:09 +01:00
r600: fix missing include for Elements macro
This got removed from u_blitter.h and we were taking it from there, this should just move to ARRAY_SIZE eventually. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
725431a5db
commit
5b6a1aee46
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#include "util/u_suballoc.h"
|
||||
#include "util/list.h"
|
||||
#include "util/u_transfer.h"
|
||||
#include "util/u_memory.h"
|
||||
|
||||
#include "tgsi/tgsi_scan.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue