#pragma once #include #include namespace llarp { struct PathID_t final : public AlignedBuffer { using AlignedBuffer::AlignedBuffer; }; } // namespace llarp namespace std { template <> struct hash : hash> {}; } // namespace std