X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Common%2Frt%20api%2FHashRoutine.h;h=4b53c1474139fe48af90c79cbdbd55f23585ea56;hb=df8d800454d70f0fb39ab0c227ca55f91b581da7;hp=681fa786c4a8a5e336f192ac999c99802eafae8e;hpb=bcfd4a8e2d07b3a0fce0bc8e471d8562b142b7e0;p=freerainbowtables diff --git a/Common/rt api/HashRoutine.h b/Common/rt api/HashRoutine.h index 681fa78..4b53c14 100644 --- a/Common/rt api/HashRoutine.h +++ b/Common/rt api/HashRoutine.h @@ -9,6 +9,9 @@ #include #include + +#include "global.h" + using namespace std; typedef void (*HASHROUTINE)(unsigned char* pPlain, int nPlainLen, unsigned char* pHash);