r600: add missing <array> include
authorGreg V <greg@unrelenting.technology>
Wed, 26 Feb 2020 20:12:12 +0000 (23:12 +0300)
committerMarge Bot <eric+marge@anholt.net>
Fri, 28 Feb 2020 11:30:39 +0000 (11:30 +0000)
commitcf69b9635a7fca9b865fe673073f1baff83bf759
tree9b40c06469f1a1d961818295a685e492d95cc7c3
parenteb5227173f0354aade28e46397a5bb69b2af69fb
r600: add missing <array> include

Fixes error with clang/libc++:

../src/gallium/drivers/r600/sfn/sfn_emitaluinstruction.h:69:88: error: implicit instantiation of undefined template 'std::__1::array<unsigned char, 3>'
   bool emit_alu_op3(const nir_alu_instr& instr, EAluOp opcode, std::array<uint8_t, 3> reorder={0,1,2});

Reviewed-by: Gert Wollny <gert.wollny@collabora.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3967>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3967>
src/gallium/drivers/r600/sfn/sfn_value_gpr.h