about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/nosql/mongodb/fix-gcc-13-ctype-6_0.patch
blob: 5473997e56c981ea3e350bf43695df8a12686c98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/mongo/util/ctype.h b/src/mongo/util/ctype.h
index a3880e2..78ee57e 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 {