summaryrefslogtreecommitdiff
path: root/src/buildtool/storage/uplinker.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/storage/uplinker.hpp')
-rw-r--r--src/buildtool/storage/uplinker.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/storage/uplinker.hpp b/src/buildtool/storage/uplinker.hpp
index 56eaea43..015d23ee 100644
--- a/src/buildtool/storage/uplinker.hpp
+++ b/src/buildtool/storage/uplinker.hpp
@@ -15,12 +15,12 @@
#ifndef INCLUDED_SRC_BUILDTOOL_STORAGE_UPLINKER_HPP
#define INCLUDED_SRC_BUILDTOOL_STORAGE_UPLINKER_HPP
-#include <string>
#include <type_traits>
#include <vector>
#include "gsl/gsl"
#include "src/buildtool/common/artifact_digest.hpp"
+#include "src/buildtool/storage/backend_description.hpp"
#include "src/buildtool/storage/config.hpp"
template <bool>
@@ -77,7 +77,7 @@ class GlobalUplinker final {
/// \returns true if cache entry was found and successfully uplinked.
[[nodiscard]] auto UplinkTargetCacheEntry(
TargetCacheKey const& key,
- std::string const& backend_description) const noexcept -> bool;
+ BackendDescription const& backend_description) const noexcept -> bool;
private:
StorageConfig const& storage_config_;