diff options
Diffstat (limited to 'src/buildtool/crypto/hash_impl_sha1.cpp')
-rw-r--r-- | src/buildtool/crypto/hash_impl_sha1.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/crypto/hash_impl_sha1.cpp b/src/buildtool/crypto/hash_impl_sha1.cpp index 1f1f7749..97ff5464 100644 --- a/src/buildtool/crypto/hash_impl_sha1.cpp +++ b/src/buildtool/crypto/hash_impl_sha1.cpp @@ -16,6 +16,7 @@ #include <array> #include <cstdint> +#include <utility> // std::move #include "openssl/sha.h" |