pre-commit run --all-files

This commit is contained in:
Artem Pavlenko 2023-02-24 18:07:09 +00:00
parent a499989b1d
commit 8839f5774a

View file

@ -31,7 +31,7 @@
#ifdef MAPNIK_USE_PROJ
// proj
#include <proj.h>
#include <cmath> // HUGE_VAL
#include <cmath> // HUGE_VAL
#include <cstring> // strlen
#endif