aboutsummaryrefslogtreecommitdiff
path: root/libbrep
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-08-29 00:00:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-08-29 00:00:39 +0300
commit4ba97b671533399e960f9230013f4678cc45b1d2 (patch)
treeaf3c4416157d9fdcb3025d0c10ff56bb4fb129f1 /libbrep
parent63723c0313acf3fb1539fb9a301250bbcc263ecc (diff)
Use system_clock instead of timestamp::clock
Diffstat (limited to 'libbrep')
-rw-r--r--libbrep/types.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbrep/types.hxx b/libbrep/types.hxx
index 7b74c75..674b888 100644
--- a/libbrep/types.hxx
+++ b/libbrep/types.hxx
@@ -87,6 +87,7 @@ namespace brep
// <libbutl/timestamp.hxx>
//
+ using butl::system_clock;
using butl::timestamp;
using butl::timestamp_nonexistent;
}