Browse Source

deps/json11: Fix compile error on GCC 15+

(cherry picked from commit 6931d80e16afc92498e345835204059ac1980782)
Tarulia 9 tháng trước cách đây
mục cha
commit
086acd6ebd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      deps/json11/json11.cpp

+ 1 - 0
deps/json11/json11.cpp

@@ -22,6 +22,7 @@
 #include "json11.hpp"
 #include <cassert>
 #include <cmath>
+#include <cstdint>
 #include <cstdlib>
 #include <cstdio>
 #include <limits>