diff --git a/rpcs3/Emu/RSX/GL/GLVertexProgram.h b/rpcs3/Emu/RSX/GL/GLVertexProgram.h index ef87c4cca7..942dad6559 100644 --- a/rpcs3/Emu/RSX/GL/GLVertexProgram.h +++ b/rpcs3/Emu/RSX/GL/GLVertexProgram.h @@ -2,6 +2,7 @@ #include "GLShaderParam.h" #include "Emu/RSX/RSXVertexProgram.h" #include "Utilities/Thread.h" +#include struct GLVertexDecompilerThread : public ThreadBase { @@ -154,8 +155,8 @@ struct GLVertexDecompilerThread : public ThreadBase Instruction* m_cur_instr; size_t m_instr_count; + std::set m_jump_lvls; std::vector m_body; - std::vector m_funcs; //wxString main;