diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-07-11 17:03:57 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-07-12 15:43:37 +0200 |
commit | 9362f6c426a6e10d0f77282364a0061ebf192375 (patch) | |
tree | 2e49252f9e0494d7287557377aae716c60d627bc /src/buildtool/file_system/file_root.hpp | |
parent | ed0c700088ecb799968013db7f27474dc5541bec (diff) | |
download | justbuild-9362f6c426a6e10d0f77282364a0061ebf192375.tar.gz |
Move implementation details of ArtifactDescription to the cpp file
Diffstat (limited to 'src/buildtool/file_system/file_root.hpp')
-rw-r--r-- | src/buildtool/file_system/file_root.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/file_system/file_root.hpp b/src/buildtool/file_system/file_root.hpp index eff4d450..db7ff07d 100644 --- a/src/buildtool/file_system/file_root.hpp +++ b/src/buildtool/file_system/file_root.hpp @@ -32,6 +32,7 @@ #include "src/buildtool/logging/log_level.hpp" #include "src/buildtool/logging/logger.hpp" #include "src/utils/cpp/concepts.hpp" +#include "src/utils/cpp/json.hpp" /// FilteredIterator is an helper class to allow for iteration over /// directory-only or file-only entries stored inside the class |