diff options
| author | Kurt Schwehr <schwehr@google.com> | 2018-05-15 07:25:25 -0700 |
|---|---|---|
| committer | Kurt Schwehr <schwehr@google.com> | 2018-05-15 07:25:25 -0700 |
| commit | 4080bd2477c76a528394e752ee7796fdf87db07e (patch) | |
| tree | 572a2aaa67849ca5bbcb6799acebe98844fa3700 /src/PJ_loxim.c | |
| parent | 4e65a0f810b7e17b5eeb21b2ff04a91915808d23 (diff) | |
| download | PROJ-4080bd2477c76a528394e752ee7796fdf87db07e.tar.gz PROJ-4080bd2477c76a528394e752ee7796fdf87db07e.zip | |
IWYU: Partial PJ_gstmerc.c..PJ_molodensky.c
Diffstat (limited to 'src/PJ_loxim.c')
| -rw-r--r-- | src/PJ_loxim.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PJ_loxim.c b/src/PJ_loxim.c index 36b05b86..512bfc23 100644 --- a/src/PJ_loxim.c +++ b/src/PJ_loxim.c @@ -1,5 +1,8 @@ #define PJ_LIB__ + #include <errno.h> +#include <math.h> + #include "proj.h" #include "projects.h" @@ -70,4 +73,3 @@ PJ *PROJECTION(loxim) { return P; } - |
