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/process-details.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbutl/process-details.hxx') diff --git a/libbutl/process-details.hxx b/libbutl/process-details.hxx index adb33fd..2e8ea7f 100644 --- a/libbutl/process-details.hxx +++ b/libbutl/process-details.hxx @@ -7,7 +7,8 @@ #include #ifdef __cpp_lib_modules -import std.core; //@@ MOD std.threading +import std.core; //@@ MOD TMP (dummy std.threading). +import std.threading; #else #include #if defined(__cpp_lib_shared_mutex) || defined(__cpp_lib_shared_timed_mutex) -- cgit v1.1