From 6e43b92686a9d8bf476567113fbc21677338eb08 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 4 Aug 2015 22:09:04 +0200 Subject: o Adding even better --help handling. Fixing handling of timestamps on 32-bit platforms. Defining a timestamp_t type and useing it all over. --- misc_support.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'misc_support.h') 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; + using namespace boost; using namespace std; namespace po = boost::program_options; -- cgit v1.2.3