Add missing <algorithm> include (#1709)

This is required for building under VS2017
This commit is contained in:
Anders Jenbo 2022-08-29 19:39:04 +02:00 committed by GitHub
parent a9ec057b91
commit 7e92d478a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
// This code is public domain, taken from a PD crypto source file on GitHub.
#include <algorithm>
#include "SHA512.hpp"
#include "Utils.hpp"