summarylogtreecommitdiffstats
path: root/missing-include.patch
blob: ee4dff6b2b48075d498e8730ead9e09af2451820 (plain)
1
2
3
4
5
6
7
8
9
10
--- cpp/include/raft/core/comms.hpp	2025-10-09 01:49:47.000000000 +0800
+++ cpp/include/raft/core/comms.hpp.new	2025-10-09 19:37:38.360740242 +0800
@@ -22,6 +22,7 @@
 
 #include <memory>
 #include <vector>
+#include <cstdint>
 
 namespace raft {
 namespace comms {