aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/version/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/version/utility.cxx')
-rw-r--r--libbuild2/version/utility.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/version/utility.cxx b/libbuild2/version/utility.cxx
index 4b958c6..5e2375d 100644
--- a/libbuild2/version/utility.cxx
+++ b/libbuild2/version/utility.cxx
@@ -7,6 +7,7 @@
#include <libbutl/manifest-serializer.mxx>
#include <libbuild2/context.hxx>
+#include <libbuild2/filesystem.hxx> // path_perms()
#include <libbuild2/diagnostics.hxx>
using namespace butl;
@@ -27,7 +28,7 @@ namespace build2
{
try
{
- permissions perm (path_permissions (in));
+ permissions perm (path_perms (in));
ifdstream ifs (in);
manifest_parser p (ifs, in.string ());