forgot file

pull/23/head
Jeff 6 years ago
parent a1d1518bc0
commit 93586c5bbb

@ -0,0 +1,12 @@
#ifndef LLARP_TIME_HPP
#define LLARP_TIME_HPP
#include <chrono>
namespace llarp
{
typedef std::chrono::system_clock Clock_t;
}
#endif
Loading…
Cancel
Save