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/fdstream.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbutl/fdstream.cxx') diff --git a/libbutl/fdstream.cxx b/libbutl/fdstream.cxx index 905c36f..9eb810a 100644 --- a/libbutl/fdstream.cxx +++ b/libbutl/fdstream.cxx @@ -58,6 +58,7 @@ module butl.fdstream; #ifdef __cpp_lib_modules import std.core; import std.io; +import std.threading; // Clang wants it in purview (see process-details.hxx). #endif import butl.path; import butl.filesystem; -- cgit v1.1