#ifndef QLOW_SEM_OPERATION_H #define QLOW_SEM_OPERATION_H namespace qlow { namespace sem { class InlineOperation; } } class qlow::sem::InlineOperation { }; #endif // QLOW_SEM_OPERATION_H