diff options
Diffstat (limited to 'src/common/Cryptography/SessionKeyGeneration.h')
-rw-r--r-- | src/common/Cryptography/SessionKeyGeneration.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/Cryptography/SessionKeyGeneration.h b/src/common/Cryptography/SessionKeyGeneration.h index 4507ae1aa0a..fdf468701bb 100644 --- a/src/common/Cryptography/SessionKeyGeneration.h +++ b/src/common/Cryptography/SessionKeyGeneration.h @@ -19,7 +19,8 @@ #ifndef SessionKeyGeneration_h__ #define SessionKeyGeneration_h__ -#include "Common.h" +#include "Define.h" +#include <cstring> template<class Hash> class SessionKeyGenerator |