diff options
Diffstat (limited to 'src/buildtool/crypto/hash_impl_sha1.hpp')
-rw-r--r-- | src/buildtool/crypto/hash_impl_sha1.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/buildtool/crypto/hash_impl_sha1.hpp b/src/buildtool/crypto/hash_impl_sha1.hpp index 7b8196b5..b82edd64 100644 --- a/src/buildtool/crypto/hash_impl_sha1.hpp +++ b/src/buildtool/crypto/hash_impl_sha1.hpp @@ -3,8 +3,9 @@ #include <memory> -#include "src/buildtool/crypto/hash_impl.hpp" +#include "src/buildtool/crypto/hasher.hpp" -[[nodiscard]] extern auto CreateHashImplSha1() -> std::unique_ptr<IHashImpl>; +[[nodiscard]] extern auto CreateHashImplSha1() + -> std::unique_ptr<Hasher::IHashImpl>; #endif // INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_SHA1_HPP |