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_hgridshift.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_hgridshift.c')
| -rw-r--r-- | src/PJ_hgridshift.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PJ_hgridshift.c b/src/PJ_hgridshift.c index 54440822..3932ef51 100644 --- a/src/PJ_hgridshift.c +++ b/src/PJ_hgridshift.c @@ -1,4 +1,7 @@ #define PJ_LIB__ + +#include <stddef.h> + #include "proj_internal.h" #include "projects.h" @@ -72,4 +75,3 @@ PJ *TRANSFORMATION(hgridshift,0) { return P; } - |
