diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-30 23:07:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-04-01 13:13:23 +0300 |
commit | 2b2f2dc54856b679e8fd42b053f7361241c0f836 (patch) | |
tree | cdba437bf14b65d729ed027869c9ad8041dbe4fd /libbrep | |
parent | 8dec2ac658d78d58437d77be08c9f2614c259cc6 (diff) |
Invent alternative package rebuild timeout
Diffstat (limited to 'libbrep')
-rw-r--r-- | libbrep/types.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbrep/types.hxx b/libbrep/types.hxx index c270d60..9d63b8c 100644 --- a/libbrep/types.hxx +++ b/libbrep/types.hxx @@ -94,6 +94,7 @@ namespace brep // using butl::system_clock; using butl::timestamp; + using butl::duration; using butl::timestamp_nonexistent; } |