aco: include utility in isel

For std::exchange().

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Fixes: c1d11bb92c ("aco: Add loop creation helpers.")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5301
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12614>
This commit is contained in:
Rhys Perry 2021-08-30 10:42:34 +01:00 committed by Marge Bot
parent 548b383310
commit 9df9fe7dfa

View File

@ -40,6 +40,7 @@
#include <map>
#include <numeric>
#include <stack>
#include <utility>
#include <vector>
namespace aco {