summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Broadstone <mbroadst@mongodb.com>2022-01-04 21:55:41 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-05 00:10:15 +0000
commit5c76d29f4c21fbfe151b858b70f3b555840a2362 (patch)
tree4bfc5d62b457fc66e17be70f244f0460ffa3c630
parenta29535aaa54d6ca2ec7f87cea34ac4138ae8803d (diff)
downloadmongo-5c76d29f4c21fbfe151b858b70f3b555840a2362.tar.gz
SERVER-62333 add missing include for windows
-rw-r--r--src/third_party/murmurhash3/MurmurHash3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/murmurhash3/MurmurHash3.cpp b/src/third_party/murmurhash3/MurmurHash3.cpp
index 62a0fbeee9b..5250e81268d 100644
--- a/src/third_party/murmurhash3/MurmurHash3.cpp
+++ b/src/third_party/murmurhash3/MurmurHash3.cpp
@@ -12,6 +12,7 @@
#include <cstdint>
#include <cstdlib>
#include <cstring>
+#include <cstddef>
namespace {