diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-30 14:25:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-30 14:25:13 +0300 |
commit | 4656eb3b2dea5bb30aa76b3fa9a1125632372b77 (patch) | |
tree | 59e2cf57a0b35f1b539721788abf12d0a3453c0a | |
parent | 71694d6a4715b1ec8893e0d3266b2b3d368cec83 (diff) |
Adapt to moving path match to path-pattern.?xx
-rw-r--r-- | bpkg/fetch-git.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx index 8c3f719..00b925b 100644 --- a/bpkg/fetch-git.cxx +++ b/bpkg/fetch-git.cxx @@ -10,7 +10,8 @@ #include <libbutl/git.mxx> #include <libbutl/utility.mxx> // digit(), xdigit() #include <libbutl/process.mxx> -#include <libbutl/filesystem.mxx> // path_{entry,match,pattern}() +#include <libbutl/filesystem.mxx> // path_entry +#include <libbutl/path-pattern.mxx> #include <libbutl/semantic-version.mxx> #include <libbutl/standard-version.mxx> // parse_standard_version() |