diff options
author | Dave Airlie <[email protected]> | 2016-04-26 07:59:44 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-04-26 08:01:01 +1000 |
commit | 5b6a1aee4674d24d57fbbaac86619e429bd031e5 (patch) | |
tree | 48d0ab807105fe2f1df18fa99042235832494fff /src/gallium/drivers/r600 | |
parent | 725431a5dbce37f011f27521053707dce63731ff (diff) |
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 <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 7793859a593..4d16223eba0 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -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" |