Explorar o código

Add missing <algorithm> include (#1709)

This is required for building under VS2017
Anders Jenbo %!s(int64=2) %!d(string=hai) anos
pai
achega
7e92d478a1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      node/SHA512.cpp

+ 2 - 0
node/SHA512.cpp

@@ -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"