#ifndef LLARP_MESSAGES_HIDDEN_SERIVCE_HPP #define LLARP_MESSAGES_HIDDEN_SERIVCE_HPP #include namespace llarp { namespace routing { struct HiddenServiceFrame : public IMessage { }; } // namespace routing } // namespace llarp #endif