fixed missing include

This commit is contained in:
WolverinDEV 2019-07-07 19:03:08 +02:00
parent 79bb9b94cf
commit a4f80c6f02
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <string>
#include <string_view>
#include <cstring>
#include <cassert>
#ifdef NO_OPEN_SSL
#define SHA_DIGEST_LENGTH (20)