File geos-add-missing-include.patch of Package geos
diff -Nur geos-3.11.2-orig/include/geos/shape/fractal/HilbertEncoder.h geos-3.11.2/include/geos/shape/fractal/HilbertEncoder.h
--- geos-3.11.2-orig/include/geos/shape/fractal/HilbertEncoder.h 2023-03-17 00:57:01.000000000 +0100
+++ geos-3.11.2/include/geos/shape/fractal/HilbertEncoder.h 2023-03-29 17:57:48.640180182 +0200
@@ -18,6 +18,7 @@
#include <geos/export.h>
#include <string>
#include <vector>
+#include <cstdint>
// Forward declarations
namespace geos {
diff -Nur geos-3.11.2-orig/tests/unit/capi/GEOSMakeValidTest.cpp geos-3.11.2/tests/unit/capi/GEOSMakeValidTest.cpp
--- geos-3.11.2-orig/tests/unit/capi/GEOSMakeValidTest.cpp 2023-03-17 00:57:01.000000000 +0100
+++ geos-3.11.2/tests/unit/capi/GEOSMakeValidTest.cpp 2023-03-29 18:38:55.141543602 +0200
@@ -11,6 +11,7 @@
#include <cstring>
#include "capi_test_utils.h"
+#include <cstdint>
namespace tut {
//