From e6cee3c2f9b03852ed4837f9be05e0a2fa4542a8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 30 Sep 2019 13:48:28 +0300 Subject: Move path match to path-pattern.?xx --- tests/wildcard/driver.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/wildcard/driver.cxx b/tests/wildcard/driver.cxx index ca8bb97..b1303bf 100644 --- a/tests/wildcard/driver.cxx +++ b/tests/wildcard/driver.cxx @@ -24,11 +24,13 @@ import butl.path; import butl.utility; // operator<<(ostream, exception) import butl.optional; import butl.filesystem; +import butl.path_pattern; #else #include #include #include #include +#include #endif using namespace std; -- cgit v1.1