mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 05:49:59 +00:00
lower_int64_to_int32: Add missing include
This commit is contained in:
parent
fb166b5ff4
commit
257d2aab74
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
#include "shader_recompiler/frontend/ir/ir_emitter.h"
|
#include "shader_recompiler/frontend/ir/ir_emitter.h"
|
||||||
#include "shader_recompiler/frontend/ir/program.h"
|
#include "shader_recompiler/frontend/ir/program.h"
|
||||||
#include "shader_recompiler/frontend/ir/value.h"
|
#include "shader_recompiler/frontend/ir/value.h"
|
||||||
|
#include "shader_recompiler/ir_opt/passes.h"
|
||||||
|
|
||||||
namespace Shader::Optimization {
|
namespace Shader::Optimization {
|
||||||
namespace {
|
namespace {
|
||||||
|
|
Loading…
Reference in a new issue