summaryrefslogtreecommitdiff
path: root/Spooky.h
diff options
context:
space:
mode:
Diffstat (limited to 'Spooky.h')
-rw-r--r--Spooky.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Spooky.h b/Spooky.h
index cafd52e..047335d 100644
--- a/Spooky.h
+++ b/Spooky.h
@@ -24,6 +24,7 @@
// slower than MD5.
//
+#include "Platform.h"
#include <stddef.h>
#ifdef _MSC_VER
@@ -281,7 +282,7 @@ private:
// * is a not-very-regular mix of 1's and 0's
// * does not need any other special mathematical properties
//
- static const uint64 sc_const = 0xdeadbeefdeadbeefLL;
+ static const uint64 sc_const = 0xdeadbeefdeadbeefULL;
uint64 m_data[2*sc_numVars]; // unhashed data, for partial messages
uint64 m_state[sc_numVars]; // internal state of the hash