diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-30 14:21:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 12:15:10 +0300 |
commit | 6ce929cf4fc5059f37e06312a0ec3c241dbf88ed (patch) | |
tree | c7a6c6a9f0f79233beb0c42d6247423ee525e226 /libbuild2/functions-filesystem.cxx | |
parent | 59db6ff22d090f8b47e278e9ecbeaa049ba3ba55 (diff) |
Adapt to moving path match to path-pattern.?xx
Diffstat (limited to 'libbuild2/functions-filesystem.cxx')
-rw-r--r-- | libbuild2/functions-filesystem.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/functions-filesystem.cxx b/libbuild2/functions-filesystem.cxx index 752f73a..701fa74 100644 --- a/libbuild2/functions-filesystem.cxx +++ b/libbuild2/functions-filesystem.cxx @@ -3,6 +3,7 @@ // license : MIT; see accompanying LICENSE file #include <libbutl/filesystem.mxx> +#include <libbutl/path-pattern.mxx> #include <libbuild2/function.hxx> #include <libbuild2/variable.hxx> |