From 9362f6c426a6e10d0f77282364a0061ebf192375 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 11 Jul 2024 17:03:57 +0200 Subject: Move implementation details of ArtifactDescription to the cpp file --- src/buildtool/file_system/file_root.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/file_system/file_root.hpp') 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 -- cgit v1.2.3