diff options
Diffstat (limited to 'src/projections/tmerc.cpp')
| -rw-r--r-- | src/projections/tmerc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/tmerc.cpp b/src/projections/tmerc.cpp index bb56f8ae..5c76b141 100644 --- a/src/projections/tmerc.cpp +++ b/src/projections/tmerc.cpp @@ -17,7 +17,7 @@ #include "proj.h" #include "proj_internal.h" -#include "proj_math.h" +#include <math.h> PROJ_HEAD(tmerc, "Transverse Mercator") "\n\tCyl, Sph&Ell\n\tapprox"; |
