summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/fetch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/just_mr/fetch.hpp')
-rw-r--r--src/other_tools/just_mr/fetch.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/fetch.hpp b/src/other_tools/just_mr/fetch.hpp
index 56b526b4..c024aef0 100644
--- a/src/other_tools/just_mr/fetch.hpp
+++ b/src/other_tools/just_mr/fetch.hpp
@@ -19,6 +19,8 @@
#include <string>
#include "src/buildtool/build_engine/expression/configuration.hpp"
+#include "src/buildtool/storage/config.hpp"
+#include "src/buildtool/storage/storage.hpp"
#include "src/other_tools/just_mr/cli.hpp"
/// \brief Fetching of distfiles for a multi-repository build.
@@ -27,6 +29,8 @@
MultiRepoSetupArguments const& setup_args,
MultiRepoFetchArguments const& fetch_args,
MultiRepoRemoteAuthArguments const& auth_args,
+ StorageConfig const& storage_config,
+ Storage const& storage,
std::string multi_repository_tool_name)
-> int;