summaryrefslogtreecommitdiff
path: root/src/mongo/util
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2023-04-19 14:49:00 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-21 20:44:04 +0000
commit211ea2664adbbc7e22f07b1dc7911257f368d1f8 (patch)
tree8b1646759bdcd6893368c9fd9ca80d2bd58716da /src/mongo/util
parentafc8fc41d98174bd71c1ecc0d15df9bae3605d7e (diff)
downloadmongo-211ea2664adbbc7e22f07b1dc7911257f368d1f8.tar.gz
SERVER-76101 Use StringMap in IDL generated string lookup tables
Diffstat (limited to 'src/mongo/util')
-rw-r--r--src/mongo/util/ctype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/ctype.h b/src/mongo/util/ctype.h
index a3880e281a8..78ee57e3d0c 100644
--- a/src/mongo/util/ctype.h
+++ b/src/mongo/util/ctype.h
@@ -67,6 +67,7 @@
#pragma once
#include <array>
+#include <cstdint>
namespace mongo::ctype {
namespace detail {