Files
macports-ports/gis/proj/files/8-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

24 lines
582 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
--- 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"