https://github.com/OSGeo/PROJ/commit/b0b8937c56ced8eb0ffef532b9c691a1a5fc8634

--- src/proj_json_streaming_writer.hpp	2023-12-14 02:31:55.000000000 +0800
+++ src/proj_json_streaming_writer.hpp	2023-12-14 02:17:08.000000000 +0800
@@ -33,6 +33,7 @@
 
 #include <vector>
 #include <string>
+#include <cstdint>
 
 #define CPL_DLL
 

--- src/projections/s2.cpp	2021-11-02 01:18:48.000000000 +0800
+++ src/projections/s2.cpp	2023-12-14 07:06:49.000000000 +0800
@@ -52,6 +52,7 @@
 
 #include <errno.h>
 #include <cmath>
+#include <cstdint>
 
 #include "proj.h"
 #include "proj_internal.h"
