From d0f2ba0ab15e63aa3511218a837eb6f057632ace Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 14 Mar 2024 16:21:55 +0100 Subject: Clean up more includes and targets Some of the more specific issues addressed: - missing log_level target/include - header-only libs wrongly marking deps as private - missing/misplaced gsl includes --- src/buildtool/common/tree.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/buildtool/common/tree.hpp') diff --git a/src/buildtool/common/tree.hpp b/src/buildtool/common/tree.hpp index 73d4f30b..6e066c75 100644 --- a/src/buildtool/common/tree.hpp +++ b/src/buildtool/common/tree.hpp @@ -16,12 +16,16 @@ #define INCLUDED_SRC_BUILDTOOL_COMMON_TREE_HPP #include +#include #include #include +#include #include "nlohmann/json.hpp" +#include "src/buildtool/common/action.hpp" #include "src/buildtool/common/action_description.hpp" #include "src/buildtool/common/artifact_description.hpp" +#include "src/buildtool/crypto/hash_function.hpp" // Describes tree, its inputs, output (tree artifact), and action (tree action). class Tree { -- cgit v1.2.3