diff options
| -rw-r--r-- | src/shader_recompiler/ir_opt/lower_int64_to_int32.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/ir_opt/lower_int64_to_int32.cpp b/src/shader_recompiler/ir_opt/lower_int64_to_int32.cpp index 787a64f93..abf7c87c7 100644 --- a/src/shader_recompiler/ir_opt/lower_int64_to_int32.cpp +++ b/src/shader_recompiler/ir_opt/lower_int64_to_int32.cpp | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | #include "shader_recompiler/frontend/ir/ir_emitter.h" | 10 | #include "shader_recompiler/frontend/ir/ir_emitter.h" |
| 11 | #include "shader_recompiler/frontend/ir/program.h" | 11 | #include "shader_recompiler/frontend/ir/program.h" |
| 12 | #include "shader_recompiler/frontend/ir/value.h" | 12 | #include "shader_recompiler/frontend/ir/value.h" |
| 13 | #include "shader_recompiler/ir_opt/passes.h" | ||
| 13 | 14 | ||
| 14 | namespace Shader::Optimization { | 15 | namespace Shader::Optimization { |
| 15 | namespace { | 16 | namespace { |