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