aboutsummaryrefslogtreecommitdiff
path: root/libbutl/diagnostics.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/diagnostics.cxx
parentec70a874827fc39500ff93f5aa5089059464bc41 (diff)
Use std.regex and std.theading modules
Diffstat (limited to 'libbutl/diagnostics.cxx')
-rw-r--r--libbutl/diagnostics.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/diagnostics.cxx b/libbutl/diagnostics.cxx
index 6189775..5183626 100644
--- a/libbutl/diagnostics.cxx
+++ b/libbutl/diagnostics.cxx
@@ -39,7 +39,7 @@ import std.io;
#endif
#endif
-//@@ MOD TODO: std.threading
+import std.threading;
import butl.utility;
import butl.optional;
import butl.fdstream; // stderr_fd(), fdterm()