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