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/regex/driver.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/regex/driver.cxx') diff --git a/tests/regex/driver.cxx b/tests/regex/driver.cxx index d48b716..3f6129a 100644 --- a/tests/regex/driver.cxx +++ b/tests/regex/driver.cxx @@ -16,6 +16,7 @@ #ifdef __cpp_lib_modules import std.core; import std.io; +import std.regex; // @@ MOD TODO: shouldn't be necessary (re-export). #endif import butl.regex; import butl.utility; // operator<<(ostream, exception) -- cgit v1.1