blob: 44d02416a2ff43ad8f298e4afd3df1acb423cb9c (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/third_party/cxxopts/include/cxxopts.hpp 2025-07-24 02:18:05.425418706 +0200
+++ b/third_party/cxxopts/include/cxxopts.hpp 2025-07-24 02:18:12.271659008 +0200
@@ -34,6 +34,7 @@
#include <map>
#include <memory>
#include <sstream>
+#include <cstdint>
#include <string>
#include <unordered_map>
#include <unordered_set>
|