summarylogtreecommitdiffstats
path: root/mongodb-7.0.1-gcc13.patch
blob: 879e55ffe86cddab384b2fd3c91d2d6281527e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/mongo/db/free_mon/free_mon_options.h b/src/mongo/db/free_mon/free_mon_options.h
index 19f707e..6bf8b3b 100644
--- a/src/mongo/db/free_mon/free_mon_options.h
+++ b/src/mongo/db/free_mon/free_mon_options.h
@@ -31,6 +31,7 @@
 
 #include <string>
 #include <vector>
+#include <cstdint>
 
 namespace mongo {