aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/regex.cxx')
-rw-r--r--libbutl/regex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/regex.cxx b/libbutl/regex.cxx
index 1da325b..6159d54 100644
--- a/libbutl/regex.cxx
+++ b/libbutl/regex.cxx
@@ -30,7 +30,7 @@ module butl.regex;
#ifdef __cpp_lib_modules
import std.core;
import std.io;
-//@@ MOD TODO import std.regex;
+import std.regex;
#endif
#endif