#ifndef BASE_RULE_ORDER #define BASE_RULE_ORDER #include "types.hpp" struct BaseRuleOrder { bool operator()(ptrBaseRule a, ptrBaseRule b); }; #endif