From 46b55fa65bd25395564030c83d54ac3d07e1439f Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 10 Mar 2024 17:55:59 -0500 Subject: [PATCH] branch2.hpp --- src/branch2.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/branch2.hpp b/src/branch2.hpp index c48c5a3f..be62527a 100644 --- a/src/branch2.hpp +++ b/src/branch2.hpp @@ -32,4 +32,5 @@ public: uint64_t min_free_space; int fd; ghc::filesystem::path path; + std::vector excludes; };