From a499989b1df13f775a0769c28330b3572efec17d Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Fri, 24 Feb 2023 18:05:01 +0000 Subject: [PATCH] add missing header --- src/projection.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/projection.cpp b/src/projection.cpp index 375b48db1..f35511562 100644 --- a/src/projection.cpp +++ b/src/projection.cpp @@ -32,6 +32,7 @@ // proj #include #include // HUGE_VAL +#include // strlen #endif namespace mapnik {