summaryrefslogtreecommitdiff
path: root/murmurhash.h
diff options
context:
space:
mode:
authorJoseph Werle <joseph.werle@gmail.com>2015-03-07 17:14:51 -0500
committerJoseph Werle <joseph.werle@gmail.com>2015-03-07 17:14:51 -0500
commitc872e05d652a39c598f9af447a97c5a9b2d98478 (patch)
treecd467d9b1a23dea98c08cb8a6f03d4fd00c1e8a1 /murmurhash.h
parent64c1434eec84453989bbb30384ae95cca74db95b (diff)
Update murmurhash.h
Diffstat (limited to 'murmurhash.h')
-rw-r--r--murmurhash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/murmurhash.h b/murmurhash.h
index 6a4dfbc..0458c54 100644
--- a/murmurhash.h
+++ b/murmurhash.h
@@ -8,6 +8,8 @@
#ifndef MURMURHASH_H
#define MURMURHASH_H 1
+#include <stdint.h>
+
#define MURMURHASH_VERSION "0.0.3"
#ifdef __cplusplus