summaryrefslogtreecommitdiff
path: root/Types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Types.cpp')
-rw-r--r--Types.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Types.cpp b/Types.cpp
index 34f5e88..43544f2 100644
--- a/Types.cpp
+++ b/Types.cpp
@@ -2,6 +2,8 @@
#include "Random.h"
+#include <stdio.h>
+
uint32_t MurmurOAAT ( const void * blob, int len, uint32_t seed );
//-----------------------------------------------------------------------------