summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 {