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 --- libbutl/pager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/pager.cxx') 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() -- cgit v1.1