fix build

This commit is contained in:
CamilleLaVey 2026-03-06 23:38:42 -04:00 committed by lizzie
parent 3557ff28b7
commit c028d925bc

View file

@ -17,6 +17,7 @@
#include "shader_recompiler/backend/spirv/emit_spirv_instructions.h"
#include "shader_recompiler/backend/spirv/spirv_emit_context.h"
#include "shader_recompiler/frontend/ir/basic_block.h"
#include "shader_recompiler/frontend/ir/modifiers.h"
#include "shader_recompiler/frontend/ir/program.h"
namespace Shader::Backend::SPIRV {