diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-06-24 00:19:31 -0400 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-22 21:51:39 -0400 |
commit | 257d2aab7469ba0ea6cf26e6aec99043b5ed2f59 (patch) | |
tree | fe0179c14b911b3f189d3ba75fdc4452f6850851 /src | |
parent | fb166b5ff4b42279b2c63c69f5b5a35feafa259e (diff) |
lower_int64_to_int32: Add missing include
Diffstat (limited to 'src')
-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 787a64f93f..abf7c87c79 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 @@ #include "shader_recompiler/frontend/ir/ir_emitter.h" #include "shader_recompiler/frontend/ir/program.h" #include "shader_recompiler/frontend/ir/value.h" +#include "shader_recompiler/ir_opt/passes.h" namespace Shader::Optimization { namespace { |