aboutsummaryrefslogtreecommitdiff
path: root/libbutl/pager.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-09-24 03:46:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-09-24 03:46:31 +0200
commit0fa500a6d78cf6fd1d75d8db8ae28065bc2e36df (patch)
tree7e6c884e91091e2574db68308a53d315c9e50837 /libbutl/pager.cxx
parentec70a874827fc39500ff93f5aa5089059464bc41 (diff)
Use std.regex and std.theading modules
Diffstat (limited to 'libbutl/pager.cxx')
-rw-r--r--libbutl/pager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/pager.cxx b/libbutl/pager.cxx
index 6453120..5a45068 100644
--- a/libbutl/pager.cxx
+++ b/libbutl/pager.cxx
@@ -44,7 +44,7 @@ import butl.fdstream;
#endif
#ifndef _WIN32
-import std.core; //@@ MOD TODO: import std.threading.
+import std.threading;
#endif
import butl.utility; // operator<<(ostream, exception), throw_generic_error()