From 0fa500a6d78cf6fd1d75d8db8ae28065bc2e36df Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 24 Sep 2017 03:46:31 +0200 Subject: Use std.regex and std.theading modules --- tests/fdstream/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fdstream') diff --git a/tests/fdstream/driver.cxx b/tests/fdstream/driver.cxx index dd70cff..59c042b 100644 --- a/tests/fdstream/driver.cxx +++ b/tests/fdstream/driver.cxx @@ -28,7 +28,7 @@ import std.core; import std.io; #ifndef _WIN32 -//@@ MOD TODO import std.threading; +import std.threading; #endif #endif import butl.path; -- cgit v1.1