#ifndef MIGRAPH_GUARD_INSTRUCTION_REF_HPP #define MIGRAPH_GUARD_INSTRUCTION_REF_HPP #include #include #include namespace migraph { inline namespace MIGRAPH_INLINE_NS { struct instruction; using instruction_ref = std::list::iterator; } // namespace MIGRAPH_INLINE_NS } // namespace migraph #endif