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
|
||||
// proj
|
||||
#include <proj.h>
|
||||
#include <cmath> // HUGE_VAL
|
||||
#endif
|
||||
|
||||
namespace mapnik {
|
||||
|
|
Loading…
Reference in a new issue