vcpkg/ports/geos/gcc-13-fix-backport.patch
Connor Broyles 39b4197519
[geos] Update to v3.11.2 (#31233)
* [geos] Update to v3.11.2

* [geos] Update baseline

* [geos] Fix GCC 13 build

* [geos] Update baseline
2023-05-04 10:25:51 -07:00

13 lines
384 B
Diff

diff --git a/include/geos/shape/fractal/HilbertEncoder.h b/include/geos/shape/fractal/HilbertEncoder.h
index 61c0010d4..eba5bba8f 100644
--- a/include/geos/shape/fractal/HilbertEncoder.h
+++ b/include/geos/shape/fractal/HilbertEncoder.h
@@ -18,6 +18,7 @@
#include <geos/export.h>
#include <string>
#include <vector>
+#include <cstdint>
// Forward declarations
namespace geos {