diff options
Diffstat (limited to 'tests/progress')
-rw-r--r-- | tests/progress/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/progress/driver.cxx b/tests/progress/driver.cxx index c8c2080..9bea4f7 100644 --- a/tests/progress/driver.cxx +++ b/tests/progress/driver.cxx @@ -27,7 +27,7 @@ import std.core; import std.io; #ifndef _WIN32 -//@@ MOD TODO import std.threading; +import std.threading; #endif #endif import butl.process; |