Explorar o código

deps/json11: Fix compile error on GCC 15+

Tarulia hai 6 meses
pai
achega
6931d80e16
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>