12 lines
391 B
Diff
12 lines
391 B
Diff
diff --git a/src/amd/compiler/aco_instruction_selection.cpp b/src/amd/compiler/aco_instruction_selection.cpp
|
|
index e350cf42..c3bec5ab 100644
|
|
--- a/src/amd/compiler/aco_instruction_selection.cpp
|
|
+++ b/src/amd/compiler/aco_instruction_selection.cpp
|
|
@@ -29,6 +29,7 @@
|
|
#include <map>
|
|
#include <numeric>
|
|
#include <stack>
|
|
+#include <utility>
|
|
|
|
#include "ac_shader_util.h"
|
|
#include "aco_ir.h"
|