diff options
-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> |