diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-30 13:48:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 12:56:58 +0300 |
commit | e6cee3c2f9b03852ed4837f9be05e0a2fa4542a8 (patch) | |
tree | 544708bec82c3a025387ea738f73d67646e1a98e /tests/wildcard | |
parent | 55764e395c453b537c08c1e5cadfbb2ddd349279 (diff) |
Move path match to path-pattern.?xx
Diffstat (limited to 'tests/wildcard')
-rw-r--r-- | tests/wildcard/driver.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 <libbutl/path.mxx> #include <libbutl/utility.mxx> #include <libbutl/optional.mxx> #include <libbutl/filesystem.mxx> +#include <libbutl/path-pattern.mxx> #endif using namespace std; |