#ifndef LLARP_TIME_HPP #define LLARP_TIME_HPP #include namespace llarp { typedef std::chrono::system_clock Clock_t; } #endif