diff options
Diffstat (limited to 'src/projections/tobmerc.cpp')
| -rw-r--r-- | src/projections/tobmerc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/tobmerc.cpp b/src/projections/tobmerc.cpp index 7215f0db..a1616036 100644 --- a/src/projections/tobmerc.cpp +++ b/src/projections/tobmerc.cpp @@ -5,7 +5,7 @@ #include "proj.h" #include "proj_internal.h" -#include "proj_math.h" +#include <math.h> PROJ_HEAD(tobmerc, "Tobler-Mercator") "\n\tCyl, Sph"; |
