]> git.sesse.net Git - freerainbowtables/blobdiff - Common/rt api/HashRoutine.h
64-bit fixes for distrrtgen
[freerainbowtables] / Common / rt api / HashRoutine.h
index 681fa786c4a8a5e336f192ac999c99802eafae8e..4b53c1474139fe48af90c79cbdbd55f23585ea56 100644 (file)
@@ -9,6 +9,9 @@
 
 #include <string>
 #include <vector>
+
+#include "global.h"
+
 using namespace std;
 
 typedef void (*HASHROUTINE)(unsigned char* pPlain, int nPlainLen, unsigned char* pHash);