Add missing <algorithm> include (#1709)
This is required for building under VS2017
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
// This code is public domain, taken from a PD crypto source file on GitHub.
|
// This code is public domain, taken from a PD crypto source file on GitHub.
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#include "SHA512.hpp"
|
#include "SHA512.hpp"
|
||||||
#include "Utils.hpp"
|
#include "Utils.hpp"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user