#ifndef LLARP_PATH_TYPES_HPP #define LLARP_PATH_TYPES_HPP #include #include namespace llarp { typedef AlignedBuffer< PATHIDSIZE > PathID_t; } #endif