From 0e0a5903b7b7a03b500d40a10baf64a4bd77d0bd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 31 Mar 2022 13:19:29 +0200 Subject: Add missing init_process() call in regex unit test --- libbuild2/script/regex.test.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libbuild2') diff --git a/libbuild2/script/regex.test.cxx b/libbuild2/script/regex.test.cxx index 9ec2432..6659d39 100644 --- a/libbuild2/script/regex.test.cxx +++ b/libbuild2/script/regex.test.cxx @@ -4,6 +4,9 @@ #include #include // is_* +#include +#include + #include #undef NDEBUG @@ -15,6 +18,8 @@ using namespace build2::script::regex; int main () { + build2::init_process (); + using lc = line_char; using ls = line_string; using lr = line_regex; -- cgit v1.1