From 0531f52008cfc4ecb28c0b3cd67504e06452ab75 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sun, 20 Jul 2014 02:54:12 +0200 Subject: Core: Fix non pch build (gcc) --- src/server/shared/Cryptography/Authentication/AuthCrypt.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/server/shared/Cryptography/Authentication') diff --git a/src/server/shared/Cryptography/Authentication/AuthCrypt.cpp b/src/server/shared/Cryptography/Authentication/AuthCrypt.cpp index ff94f307254..ec8913ba1bc 100644 --- a/src/server/shared/Cryptography/Authentication/AuthCrypt.cpp +++ b/src/server/shared/Cryptography/Authentication/AuthCrypt.cpp @@ -20,6 +20,8 @@ #include "Cryptography/HMACSHA1.h" #include "Cryptography/BigNumber.h" +#include + AuthCrypt::AuthCrypt() : _clientDecrypt(SHA_DIGEST_LENGTH), _serverEncrypt(SHA_DIGEST_LENGTH), _initialized(false) -- cgit v1.2.3