Include <cmath> for HUGE_VAL
This commit is contained in:
parent
d35f0596d1
commit
19511463ab
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
#ifdef MAPNIK_USE_PROJ
|
#ifdef MAPNIK_USE_PROJ
|
||||||
// proj
|
// proj
|
||||||
#include <proj.h>
|
#include <proj.h>
|
||||||
|
#include <cmath> // HUGE_VAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace mapnik {
|
namespace mapnik {
|
||||||
|
|
Loading…
Reference in a new issue