aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process-details.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-05-03 16:09:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-05-03 16:09:03 +0200
commit04669106fb41d787e0686023dcce640fbe59865d (patch)
tree056d2fedf396006d6e243346ea8de689ddf23c08 /libbutl/process-details.hxx
parent422f8cb7e03e9ba3cc95fde65585dcbd74aaa522 (diff)
Partially dismantle modularization using Modules TS semantics
Diffstat (limited to 'libbutl/process-details.hxx')
-rw-r--r--libbutl/process-details.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/process-details.hxx b/libbutl/process-details.hxx
index 2c2606f..4a9319b 100644
--- a/libbutl/process-details.hxx
+++ b/libbutl/process-details.hxx
@@ -6,7 +6,7 @@
#include <libbutl/ft/shared_mutex.hxx>
-#ifdef __cpp_lib_modules
+#ifdef __cpp_lib_modules_ts
import std.core; //@@ MOD TMP (dummy std.threading).
import std.threading;
#else