add missing header

This commit is contained in:
Artem Pavlenko 2023-02-24 18:05:01 +00:00
parent d1f16479d1
commit a499989b1d

View file

@ -32,6 +32,7 @@
// proj // proj
#include <proj.h> #include <proj.h>
#include <cmath> // HUGE_VAL #include <cmath> // HUGE_VAL
#include <cstring> // strlen
#endif #endif
namespace mapnik { namespace mapnik {