From 9df9fe7dfaee84a7152e3d0c0e7bc62db1e5d889 Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Mon, 30 Aug 2021 10:42:34 +0100 Subject: [PATCH] aco: include utility in isel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For std::exchange(). Signed-off-by: Rhys Perry Reviewed-by: Timur Kristóf Fixes: c1d11bb92c9 ("aco: Add loop creation helpers.") Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5301 Part-of: --- src/amd/compiler/aco_instruction_selection.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/compiler/aco_instruction_selection.cpp b/src/amd/compiler/aco_instruction_selection.cpp index 31c25ddb68b..dbe9895f5db 100644 --- a/src/amd/compiler/aco_instruction_selection.cpp +++ b/src/amd/compiler/aco_instruction_selection.cpp @@ -40,6 +40,7 @@ #include #include #include +#include #include namespace aco {