r600/sfn: Add missing std::array include.

Fixes: 79ca456b48 ("r600/sfn: rewrite NIR backend")
Closes https://gitlab.freedesktop.org/mesa/mesa/-/issues/6824

Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
Reviewed-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17412>
This commit is contained in:
Georg Lehmann
2022-07-08 08:43:59 +02:00
committed by Marge Bot
parent 01314d0880
commit 27526ffad1

View File

@@ -33,6 +33,7 @@
#include <iosfwd>
#include <map>
#include <set>
#include <array>
#include <cassert>
#if __cpp_exceptions >= 199711L