Files
macports-ports/gis/proj/files/6-7-patch-add-missing-includes.diff
Nicklas LarssonandRenee Otten 8675d3433f proj[4-9]: migrate ports to subports of new wrapper port proj
The new wrapper port `proj` is an alias of the latest PROJ version,
currently `proj9`.
2024-09-20 07:37:24 -04:00

13 lines
328 B
Diff

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