diff options
Diffstat (limited to 'src/projections/laea.cpp')
| -rw-r--r-- | src/projections/laea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/laea.cpp b/src/projections/laea.cpp index 8a23c504..a1e4bf8f 100644 --- a/src/projections/laea.cpp +++ b/src/projections/laea.cpp @@ -2,7 +2,7 @@ #include <errno.h> #include "proj.h" #include "proj_internal.h" -#include "proj_math.h" +#include <math.h> PROJ_HEAD(laea, "Lambert Azimuthal Equal Area") "\n\tAzi, Sph&Ell"; |
