소스 검색

lower_int64_to_int32: Add missing include

lat9nq 5 년 전
부모
커밋
257d2aab74
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/shader_recompiler/ir_opt/lower_int64_to_int32.cpp

+ 1 - 0
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 {