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>
(cherry picked from commit 9df9fe7dfa)
This commit is contained in:
Rhys Perry 2021-08-30 10:42:34 +01:00 committed by Dylan Baker
parent e773de69c4
commit 0ff8559d9f
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@
"description": "aco: include utility in isel",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "c1d11bb92c95e0fc56a1280acc15893623769ff9"
},

View file

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