Include <cmath> for HUGE_VAL

This commit is contained in:
Artem Pavlenko 2021-01-21 12:46:57 +00:00
parent d35f0596d1
commit 19511463ab

View file

@ -31,6 +31,7 @@
#ifdef MAPNIK_USE_PROJ
// proj
#include <proj.h>
#include <cmath> // HUGE_VAL
#endif
namespace mapnik {