diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-08 08:23:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-08 08:23:33 +0200 |
commit | 13368a7f3513b22e1c49969fb24eb88e562d3756 (patch) | |
tree | d787b4b30eccbca3a997e6c2da13f5347ebe26d0 | |
parent | 724b68d96bb69685b0b878916e4cb89b3368705b (diff) |
Add missing include
-rw-r--r-- | libbpkg/manifest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx index 8631d18..b412015 100644 --- a/libbpkg/manifest.cxx +++ b/libbpkg/manifest.cxx @@ -18,6 +18,7 @@ #include <libbutl/base64.mxx> #include <libbutl/utility.mxx> // icasecmp(), lcase(), alnum(), // digit(), xdigit(), next_word() +#include <libbutl/filesystem.mxx> // dir_exist() #include <libbutl/small-vector.mxx> #include <libbutl/manifest-parser.mxx> #include <libbutl/manifest-serializer.mxx> |