aboutsummaryrefslogtreecommitdiff
path: root/libbrep/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-05 21:23:41 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-08 17:44:57 +0300
commit70c1cdfd8f34472761fe5ec97f0713990c1b4f5b (patch)
treef2e631c10563bcc0cde07e4359c11b800a188d86 /libbrep/types.hxx
parent3be834183ae36c321e4b560dce9a63cee846e63d (diff)
Add multi-tenancy support
Diffstat (limited to 'libbrep/types.hxx')
-rw-r--r--libbrep/types.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbrep/types.hxx b/libbrep/types.hxx
index 13d3d09..7c7b6ec 100644
--- a/libbrep/types.hxx
+++ b/libbrep/types.hxx
@@ -87,6 +87,8 @@ namespace brep
using paths = std::vector<path>;
using dir_paths = std::vector<dir_path>;
+ using butl::path_cast;
+
// <libbutl/timestamp.mxx>
//
using butl::system_clock;