mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Add missing <algorithm> include (#1709)
This is required for building under VS2017
This commit is contained in:
parent
a9ec057b91
commit
7e92d478a1
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue