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:
Dave Airlie 2016-04-26 07:59:44 +10:00
parent 725431a5db
commit 5b6a1aee46
1 changed files with 1 additions and 0 deletions

View File

@ -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"