Browse Source

lower_int64_to_int32: Add missing include

nce_cpp
lat9nq 5 years ago
committed by ameerj
parent
commit
0f092f17af
  1. 1
      src/shader_recompiler/ir_opt/lower_int64_to_int32.cpp

1
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/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…
Cancel
Save