From 19511463abcc3550c976d3221e646425529e17b7 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Thu, 21 Jan 2021 12:46:57 +0000 Subject: [PATCH] Include for HUGE_VAL --- src/projection.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/projection.cpp b/src/projection.cpp index 8a28fd4e4..bfe13ad89 100644 --- a/src/projection.cpp +++ b/src/projection.cpp @@ -31,6 +31,7 @@ #ifdef MAPNIK_USE_PROJ // proj #include +#include // HUGE_VAL #endif namespace mapnik {