summarylogtreecommitdiffstats
path: root/missing-header.patch
blob: 2e5a3ce53f4198c48af3ced340d5943e38eb7a61 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/cleanup_queue.h	2025-04-30 13:50:18.888611676 +1000
+++ b/src/cleanup_queue.h	2025-04-30 13:50:40.526252007 +1000
@@ -6,6 +6,7 @@
 #include <cstddef>
 #include <cstdint>
 #include <unordered_set>
+#include <algorithm>
 
 #include "memory_tracker.h"