diff options
Diffstat (limited to 'src/buildtool/file_system/precomputed_root.hpp')
-rw-r--r-- | src/buildtool/file_system/precomputed_root.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildtool/file_system/precomputed_root.hpp b/src/buildtool/file_system/precomputed_root.hpp index 6df59bc9..f3495418 100644 --- a/src/buildtool/file_system/precomputed_root.hpp +++ b/src/buildtool/file_system/precomputed_root.hpp @@ -45,8 +45,10 @@ struct ComputedRoot final { struct TreeStructureRoot final { static constexpr auto kMarker = "tree structure"; static constexpr std::size_t kSchemeLength = 2; + static constexpr std::size_t kSchemePragmaLength = 3; std::string repository; + bool absent; [[nodiscard]] auto operator==(TreeStructureRoot const& other) const noexcept -> bool; |