From 0419d0fd7f1e198f07df264f08ae899693f2ce8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Xavier=20Payet?= Date: Thu, 11 Dec 2025 14:25:07 +0100 Subject: [PATCH] FIx include error --- src/policy_lup.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/policy_lup.cpp b/src/policy_lup.cpp index 9f9f452f..57b28567 100644 --- a/src/policy_lup.cpp +++ b/src/policy_lup.cpp @@ -19,6 +19,7 @@ #include "errno.hpp" #include "fs_info.hpp" #include "fs_path.hpp" +#include "policies.hpp" #include "fs_statvfs_cache.hpp" #include "policy.hpp" #include "policy_error.hpp"