mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 17:50:35 +01:00
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 commit9df9fe7dfa)
This commit is contained in:
parent
e773de69c4
commit
0ff8559d9f
2 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#include <map>
|
||||
#include <numeric>
|
||||
#include <stack>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
namespace aco {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue