From 8839f5774a66ab995f26beffb34036192ce36a7c Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Fri, 24 Feb 2023 18:07:09 +0000 Subject: [PATCH] pre-commit run --all-files --- src/projection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/projection.cpp b/src/projection.cpp index f35511562..319d19698 100644 --- a/src/projection.cpp +++ b/src/projection.cpp @@ -31,7 +31,7 @@ #ifdef MAPNIK_USE_PROJ // proj #include -#include // HUGE_VAL +#include // HUGE_VAL #include // strlen #endif