#ifndef LLARP_ADDRESS_INFO_HPP #define LLARP_ADDRESS_INFO_HPP #include #include struct llarp_ai_list { std::vector< llarp_ai > list; }; #endif