diff options
Diffstat (limited to 'misc_support.h')
-rw-r--r-- | misc_support.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc_support.h b/misc_support.h index b00f6a8..52d4a46 100644 --- a/misc_support.h +++ b/misc_support.h @@ -9,6 +9,11 @@ namespace trygvis { namespace misc_support { +using namespace std; +using namespace std::chrono; + +using timestamp_t = time_point<system_clock, milliseconds>; + using namespace boost; using namespace std; namespace po = boost::program_options; |