summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraappleby@google.com <aappleby@google.com@77a7d1d3-4c08-bdc2-d393-d5859734b01a>2011-04-04 19:18:44 +0000
committeraappleby@google.com <aappleby@google.com@77a7d1d3-4c08-bdc2-d393-d5859734b01a>2011-04-04 19:18:44 +0000
commita6248fc797e4a4491f58c345bad6973fe67ef4b1 (patch)
tree89b7129a2a1fe64317ecd7177cca7c013a0b2bd8
parent2ff5e9b28318d73dbf1ccaa8e03d6d270e1a8292 (diff)
downloadsrc-a6248fc797e4a4491f58c345bad6973fe67ef4b1.tar.gz
Add #include <stdio.h> to Types.cpp
git-svn-id: http://smhasher.googlecode.com/svn/trunk@118 77a7d1d3-4c08-bdc2-d393-d5859734b01a
-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 );
//-----------------------------------------------------------------------------