diff options
Diffstat (limited to 'src/buildtool/execution_engine/dag/dag.cpp')
-rw-r--r-- | src/buildtool/execution_engine/dag/dag.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buildtool/execution_engine/dag/dag.cpp b/src/buildtool/execution_engine/dag/dag.cpp index cb82ec55..83809e6a 100644 --- a/src/buildtool/execution_engine/dag/dag.cpp +++ b/src/buildtool/execution_engine/dag/dag.cpp @@ -14,6 +14,10 @@ #include "src/buildtool/execution_engine/dag/dag.hpp" +#include <algorithm> +#include <filesystem> +#include <iterator> + auto DependencyGraph::CreateOutputArtifactNodes( std::string const& action_id, std::vector<std::string> const& file_paths, |