diff options
Diffstat (limited to 'src/buildtool/file_system/precomputed_root.hpp')
-rw-r--r-- | src/buildtool/file_system/precomputed_root.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/file_system/precomputed_root.hpp b/src/buildtool/file_system/precomputed_root.hpp index f3495418..f95f7d73 100644 --- a/src/buildtool/file_system/precomputed_root.hpp +++ b/src/buildtool/file_system/precomputed_root.hpp @@ -33,6 +33,7 @@ struct ComputedRoot final { std::string target_module; std::string target_name; nlohmann::json config; + bool absent; [[nodiscard]] auto operator==(ComputedRoot const& other) const noexcept -> bool; |