diff options
Diffstat (limited to 'src/projections/merc.cpp')
| -rw-r--r-- | src/projections/merc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/merc.cpp b/src/projections/merc.cpp index 10b8bb90..a77d7517 100644 --- a/src/projections/merc.cpp +++ b/src/projections/merc.cpp @@ -5,7 +5,7 @@ #include "proj.h" #include "proj_internal.h" -#include "proj_math.h" +#include <math.h> PROJ_HEAD(merc, "Mercator") "\n\tCyl, Sph&Ell\n\tlat_ts="; PROJ_HEAD(webmerc, "Web Mercator / Pseudo Mercator") "\n\tCyl, Ell\n\t"; |
