#ifndef RTG_GUARD_INSTRUCTION_REF_HPP #define RTG_GUARD_INSTRUCTION_REF_HPP #include namespace rtg { struct instruction; using instruction_ref = std::list::iterator; } // namespace rtg #endif