summaryrefslogtreecommitdiff
path: root/klm/util/murmur_hash.hh
diff options
context:
space:
mode:
Diffstat (limited to 'klm/util/murmur_hash.hh')
-rw-r--r--klm/util/murmur_hash.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/klm/util/murmur_hash.hh b/klm/util/murmur_hash.hh
index 78fe583f..638aaeb2 100644
--- a/klm/util/murmur_hash.hh
+++ b/klm/util/murmur_hash.hh
@@ -1,7 +1,7 @@
#ifndef UTIL_MURMUR_HASH__
#define UTIL_MURMUR_HASH__
#include <cstddef>
-#include <inttypes.h>
+#include <stdint.h>
namespace util {